performance/write-behind: Set right an incorrect message displayed in log

Signed-off-by: Vijay Bellur <vijay@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>

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
This commit is contained in:
Vijay Bellur 2010-01-29 03:26:12 +00:00 committed by Anand V. Avati
parent 4462b4a31e
commit 902422d4de

View File

@ -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;
}