diff options
Diffstat (limited to 'xlators/storage/posix/src/posix.c')
-rw-r--r-- | xlators/storage/posix/src/posix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/storage/posix/src/posix.c b/xlators/storage/posix/src/posix.c index 6e0cf6650..26573b34a 100644 --- a/xlators/storage/posix/src/posix.c +++ b/xlators/storage/posix/src/posix.c @@ -4775,7 +4775,7 @@ init (xlator_t *this) &_private->background_unlink) == -1) { ret = -1; gf_log (this->name, GF_LOG_ERROR, - "'export-statfs-size' takes only boolean " + "'background-unlink' takes only boolean " "options"); goto out; } |