summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2013-04-19 12:56:48 +0200
committerAndreas Baumann <abaumann@yahoo.com>2013-04-19 12:56:48 +0200
commit4145446a6e2c1c4f09ea9e88923dd8b06ea5446d (patch)
treea37b1c0591599bc220523083e3d706e30b998d24
parent62ac412f81e698021ac6d0dfb643585455dfd34b (diff)
downloadpgfuse-4145446a6e2c1c4f09ea9e88923dd8b06ea5446d.tar.gz
pgfuse-4145446a6e2c1c4f09ea9e88923dd8b06ea5446d.tar.bz2
-
-rw-r--r--pgfuse.c4
1 files changed, 2 insertions, 2 deletions
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