From 902422d4de87b5db099cf084025120cc980fabbd Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Fri, 29 Jan 2010 03:26:12 +0000 Subject: performance/write-behind: Set right an incorrect message displayed in log Signed-off-by: Vijay Bellur Signed-off-by: Anand V. Avati BUG: 579 (write-behind cache-size less than 128KB leads to error) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=579 --- xlators/performance/write-behind/src/write-behind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/performance') diff --git a/xlators/performance/write-behind/src/write-behind.c b/xlators/performance/write-behind/src/write-behind.c index c4edfa73666..d602eb50af7 100644 --- a/xlators/performance/write-behind/src/write-behind.c +++ b/xlators/performance/write-behind/src/write-behind.c @@ -2504,7 +2504,7 @@ init (xlator_t *this) gf_log (this->name, GF_LOG_ERROR, "aggregate-size(%"PRIu64") cannot be more than " "window-size" - "(%"PRIu64")", conf->window_size, conf->aggregate_size); + "(%"PRIu64")", conf->aggregate_size, conf->window_size); FREE (conf); return -1; } -- cgit