diff options
-rw-r--r-- | xlators/features/quota/src/quota.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/quota/src/quota.c b/xlators/features/quota/src/quota.c index d904c1b2247..67c05deda96 100644 --- a/xlators/features/quota/src/quota.c +++ b/xlators/features/quota/src/quota.c @@ -1086,7 +1086,7 @@ reconfigure (xlator_t *this, dict_t *options) _private->min_free_disk_limit = min_free_disk_limit; gf_log (this->name, GF_LOG_TRACE, - "Reconfiguring min-free-disk-limit %d \%", + "Reconfiguring min-free-disk-limit to %d percent", min_free_disk_limit); } |