X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=df.c;h=1c2531f9980f31bfb0731805ecd1bd7f5d88e326;hb=6c76799c7334a12926dc1cf0c32670423cbc954f;hp=1356db26b75c8a734bab932146ae64e28de4386d;hpb=46cbddf465bd66ba1d5c4bcc780ae0d65abd7f73;p=dss.git diff --git a/df.c b/df.c index 1356db2..1c2531f 100644 --- a/df.c +++ b/df.c @@ -42,7 +42,7 @@ int get_disk_space(const char *path, struct disk_space *result) void log_disk_space(struct disk_space *ds) { - DSS_INFO_LOG("free: %uM/%uM (%u%%), %u%% inodes unused\n", + DSS_INFO_LOG(("free: %uM/%uM (%u%%), %u%% inodes unused\n", ds->free_mb, ds->total_mb, ds->percent_free, - ds->percent_free_inodes); + ds->percent_free_inodes)); }