diff options
Diffstat (limited to 'src/cache_iterators.c')
-rw-r--r-- | src/cache_iterators.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cache_iterators.c b/src/cache_iterators.c index e16a621..dfccc68 100644 --- a/src/cache_iterators.c +++ b/src/cache_iterators.c @@ -208,7 +208,7 @@ void cache_commit(struct cache *c) "committed", commit_fail); nfct_close(tmp.h); - dlog(LOG_NOTICE, "commit has taken %llu.%06llu seconds", + dlog(LOG_NOTICE, "commit has taken %lu.%06lu seconds", res.tv_sec, res.tv_usec); } |