From 4145446a6e2c1c4f09ea9e88923dd8b06ea5446d Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 19 Apr 2013 12:56:48 +0200 Subject: - --- pgfuse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pgfuse.c') diff --git a/pgfuse.c b/pgfuse.c index 31f77d3..5e18fe7 100644 --- a/pgfuse.c +++ b/pgfuse.c @@ -1018,8 +1018,8 @@ 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 (%jd), was %jd, pgfuse mount point '%s', thread #%u", - prefix, fs.f_bfree, fs.f_frsize, blocks_free, data->mountpoint, THREAD_ID ); + syslog( LOG_DEBUG, "Checking mount point '%s' for free disk space, now %jd, was %jd, pgfuse mount point '%s', thread #%u", + prefix, fs.f_bfree, blocks_free, data->mountpoint, THREAD_ID ); } /* take the smallest available disk space free (worst case the first one -- cgit v1.2.3-54-g00ecf