From c077bd932beff169a366c99c94ff45e432d1d793 Mon Sep 17 00:00:00 2001 From: Raghavendra Bhat Date: Tue, 22 Mar 2011 03:01:03 +0000 Subject: remove the names from the log files Signed-off-by: Raghavendra Bhat Signed-off-by: Vijay Bellur BUG: 2573 (trailing '/' with brick name says "volume top unsuccessful" while running 'top' command) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2573 --- xlators/debug/io-stats/src/io-stats.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'xlators/debug/io-stats') diff --git a/xlators/debug/io-stats/src/io-stats.c b/xlators/debug/io-stats/src/io-stats.c index b990146ae..41a099396 100644 --- a/xlators/debug/io-stats/src/io-stats.c +++ b/xlators/debug/io-stats/src/io-stats.c @@ -456,7 +456,6 @@ ios_stat_add_to_list (struct ios_stat_head *list_head, uint64_t value, if (reposition == MAX_LIST_MEMBERS) list_head->min_cnt = value; else if (min_count) { - gf_log ("shishir", 1, "I am here"); list_head->min_cnt = min_count; } } else if (list_head->members < MAX_LIST_MEMBERS) { @@ -1038,13 +1037,11 @@ io_stats_dump_stats_to_dict (xlator_t *this, dict_t *resp, goto out; if (index != IOS_STATS_THRU_MAX) { snprintf (key, 256, "%s-%d", "time-sec", cnt); - gf_log ("shishir", 1, "%s %ld",key,entry->iosstat->thru_counters[index].time.tv_sec); ret = dict_set_int32 (resp, key, entry->iosstat->thru_counters[index].time.tv_sec); if (ret) goto out; snprintf (key, 256, "%s-%d", "time-usec", cnt); - gf_log ("shishir", 1, "%s %ld",key,entry->iosstat->thru_counters[index].time.tv_usec); ret = dict_set_int32 (resp, key, entry->iosstat->thru_counters[index].time.tv_usec); if (ret) -- cgit