From f844e5019de872e0c138daa6257d1f6cac5a4aff Mon Sep 17 00:00:00 2001 From: Nithya Balachandran Date: Wed, 18 Jun 2014 11:06:21 +0530 Subject: Cluster/DHT : Logging changes Removed trailing spaces from the code Change-Id: I427c9a01b514824f903e301863c2c29071db6483 BUG: 1075611 Signed-off-by: Nithya Balachandran Reviewed-on: http://review.gluster.org/8096 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- xlators/cluster/dht/src/dht-shared.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xlators/cluster/dht/src/dht-shared.c') diff --git a/xlators/cluster/dht/src/dht-shared.c b/xlators/cluster/dht/src/dht-shared.c index 53082c505ff..4748d2a4f61 100644 --- a/xlators/cluster/dht/src/dht-shared.c +++ b/xlators/cluster/dht/src/dht-shared.c @@ -461,7 +461,7 @@ gf_defrag_pattern_list_fill (xlator_t *this, gf_defrag_info_t *defrag, char *dat pattern = "*"; } } else if (gf_string2bytesize_uint64 (num, &pattern_list->size) != 0) { - gf_msg (this->name, GF_LOG_ERROR, 0, + gf_msg (this->name, GF_LOG_ERROR, 0, DHT_MSG_INVALID_OPTION, "Invalid option. Defrag pattern:" " Invalid number format \"%s\"", num); @@ -597,9 +597,9 @@ dht_init (xlator_t *this) if (gf_defrag_pattern_list_fill (this, defrag, temp_str) == -1) { gf_msg (this->name, GF_LOG_ERROR, 0, - DHT_MSG_INVALID_OPTION, + DHT_MSG_INVALID_OPTION, "Invalid option:" - " Cannot parse rebalance-filter (%s)", + " Cannot parse rebalance-filter (%s)", temp_str); goto err; -- cgit