From f3891573eb7db23c21c138fdc82e1319e3bdf3eb Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Thu, 26 May 2011 07:16:47 -0700 Subject: remove unneeded stderr message --- src/cli_shell_api.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli_shell_api.cpp b/src/cli_shell_api.cpp index 0caccb9..18d3db7 100644 --- a/src/cli_shell_api.cpp +++ b/src/cli_shell_api.cpp @@ -480,7 +480,7 @@ _cf_process_args(Cstore& cstore, const Cpath& args, Cpath& path) } cnode::CfgNode *root = cparse::parse_file(args[0], cstore); if (!root) { - fprintf(stderr, "Failed to parse config file\n"); + // failed to parse config file exit(1); } return root; -- cgit v1.2.3