diff options
author | Vijay Bellur <vijay@gluster.com> | 2009-11-02 03:24:10 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-11-02 03:30:21 -0800 |
commit | 7269a745125d46d52f31a4550136690fd0166355 (patch) | |
tree | 07329e06b86c8c382d7893e95299ff8d2e8cd97c /xlators/storage | |
parent | f8a56c6322d729fcdb96c754dd421fffb025e3bb (diff) |
storage/posix: Changed error message displayed for option background-unlink.
Signed-off-by: Vijay Bellur <vijay@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 352 (Wrong message logged for option `background-unlink')
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=352
Diffstat (limited to 'xlators/storage')
-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; } |