diff options
Diffstat (limited to 'src/cli_shell_api.cpp')
-rw-r--r-- | src/cli_shell_api.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |