From 62ac412f81e698021ac6d0dfb643585455dfd34b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 19 Apr 2013 13:00:34 +0200 Subject: fixed 64-bit printing message --- pgfuse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgfuse.c b/pgfuse.c index 5593839..31f77d3 100644 --- a/pgfuse.c +++ b/pgfuse.c @@ -1018,7 +1018,7 @@ static int pgfuse_statfs( const char *path, struct statvfs *buf ) } if( data->verbose ) { - syslog( LOG_DEBUG, "Checking mount point '%s' for free disk space, now %jd (%d), was %jd, pgfuse mount point '%s', thread #%u", + syslog( LOG_DEBUG, "Checking mount point '%s' for free disk space, now %jd (%jd), was %jd, pgfuse mount point '%s', thread #%u", prefix, fs.f_bfree, fs.f_frsize, blocks_free, data->mountpoint, THREAD_ID ); } -- cgit v1.2.3-54-g00ecf