From 62e1096fb01f7a12c5bc5ff77e3cb427248b80ad Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Thu, 7 Apr 2011 07:44:51 +0000 Subject: removed reference to GF_LOG_NORMAL instead used GF_LOG_INFO, which is more standard log level. Signed-off-by: Amar Tumballi Signed-off-by: Vijay Bellur BUG: 2669 (RuntimeError: cannot recognize log level "normal") URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2669 --- cli/src/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/src/input.c') diff --git a/cli/src/input.c b/cli/src/input.c index 5c38efe13e7..b9d1d24e6a8 100644 --- a/cli/src/input.c +++ b/cli/src/input.c @@ -43,7 +43,7 @@ cli_batch (void *d) ret = cli_cmd_process (state, state->argc, state->argv); - gf_log ("", GF_LOG_NORMAL, "Exiting with: %d", ret); + gf_log ("", GF_LOG_INFO, "Exiting with: %d", ret); exit (ret); return NULL; -- cgit