From 174872b3644d36f6d0f8a34d9c06092abc126e4f Mon Sep 17 00:00:00 2001 From: Vikas Gorur Date: Tue, 21 Apr 2009 02:18:38 -0700 Subject: Remove log level TRACE and the macro GF_TRACE. Signed-off-by: Anand V. Avati --- glusterfsd/src/glusterfsd.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'glusterfsd') diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index 551a4490..aef02382 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -685,10 +685,6 @@ parse_opts (int key, char *arg, struct argp_state *state) cmd_args->log_level = GF_LOG_NONE; break; } - if (strcasecmp (arg, ARGP_LOG_LEVEL_TRACE_OPTION) == 0) { - cmd_args->log_level = GF_LOG_TRACE; - break; - } if (strcasecmp (arg, ARGP_LOG_LEVEL_CRITICAL_OPTION) == 0) { cmd_args->log_level = GF_LOG_CRITICAL; break; -- cgit