From 6bc3f3c19b9e720ade3702ce409a8a99cc13f1dc Mon Sep 17 00:00:00 2001 From: Raghavendra G Date: Thu, 16 Apr 2009 03:41:54 -0700 Subject: logging enhances to commit d77279ef04ca75ab9715864274567d1ce0ce66a6 - logging made more relevent. Signed-off-by: Anand V. Avati --- xlators/protocol/server/src/server-helpers.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'xlators/protocol/server/src/server-helpers.c') diff --git a/xlators/protocol/server/src/server-helpers.c b/xlators/protocol/server/src/server-helpers.c index dd7e54fb6..c7e7f32d5 100644 --- a/xlators/protocol/server/src/server-helpers.c +++ b/xlators/protocol/server/src/server-helpers.c @@ -423,8 +423,6 @@ server_connection_cleanup (xlator_t *this, server_connection_t *conn) int32_t i = 0; if (conn == NULL) { - gf_log (this->name, GF_LOG_DEBUG, - "connection is NULL"); goto out; } @@ -583,8 +581,6 @@ server_connection_destroy (xlator_t *this, server_connection_t *conn) uint32_t fd_count = 0; if (conn == NULL) { - gf_log (this->name, GF_LOG_DEBUG, - "connection is NULL"); ret = 0; goto out; } @@ -776,8 +772,6 @@ server_connection_put (xlator_t *this, server_connection_t *conn) server_connection_t *todel = NULL; if (conn == NULL) { - gf_log (this->name, GF_LOG_DEBUG, - "connection is NULL"); goto out; } -- cgit