X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=df.c;h=6074f251c764c0e04f216d45f4aa51a72fc47d5c;hb=66cdd5bc99a53d2b408a6cdc2d501fe27f9db13b;hp=37e2b4317a01448cc8e255d30ca3534bf644940e;hpb=2be48c0ac582aca639003528eeae2250af42471b;p=dss.git diff --git a/df.c b/df.c index 37e2b43..6074f25 100644 --- a/df.c +++ b/df.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2009 Andre Noll + * Copyright (C) 2008-2010 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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)); }