From 7269a745125d46d52f31a4550136690fd0166355 Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Mon, 2 Nov 2009 03:24:10 +0000 Subject: storage/posix: Changed error message displayed for option background-unlink. Signed-off-by: Vijay Bellur Signed-off-by: Anand V. Avati BUG: 352 (Wrong message logged for option `background-unlink') URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=352 --- xlators/storage/posix/src/posix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/storage') 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; } -- cgit