summaryrefslogtreecommitdiffstats
path: root/xlators/storage/posix/src/posix.c
diff options
context:
space:
mode:
authorVijay Bellur <vijay@gluster.com>2009-11-02 03:24:10 +0000
committerAnand V. Avati <avati@dev.gluster.com>2009-11-02 03:30:21 -0800
commit7269a745125d46d52f31a4550136690fd0166355 (patch)
tree07329e06b86c8c382d7893e95299ff8d2e8cd97c /xlators/storage/posix/src/posix.c
parentf8a56c6322d729fcdb96c754dd421fffb025e3bb (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/posix/src/posix.c')
-rw-r--r--xlators/storage/posix/src/posix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/storage/posix/src/posix.c b/xlators/storage/posix/src/posix.c
index 6e0cf6650fd..26573b34a1c 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;
}