summaryrefslogtreecommitdiff
path: root/lib/opencdk/keydb.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/opencdk/keydb.c')
-rw-r--r--lib/opencdk/keydb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/opencdk/keydb.c b/lib/opencdk/keydb.c
index 314fefedc4..85281c69b5 100644
--- a/lib/opencdk/keydb.c
+++ b/lib/opencdk/keydb.c
@@ -663,7 +663,8 @@ keydb_cache_add (cdk_keydb_search_t dbs, off_t offset)
k->next = dbs->cache;
dbs->cache = k;
dbs->ncache++;
- _cdk_log_debug ("cache: add entry off=%d type=%d\n", (int)offset, (int)dbs->type);
+ _cdk_log_debug ("cache: add entry off=%d type=%d\n", (int) offset,
+ (int) dbs->type);
return 0;
}