From 2782703b4aca9ca0803b3bf055ae0e6e152173e3 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 17 Jan 2009 22:37:10 +0000 Subject: removed debug output --- src/anytun.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/anytun.cpp') diff --git a/src/anytun.cpp b/src/anytun.cpp index 2c06a46..06113b2 100644 --- a/src/anytun.cpp +++ b/src/anytun.cpp @@ -342,14 +342,11 @@ int main(int argc, char* argv[]) catch(syntax_error& e) { std::cerr << e << std::endl; + cLog.msg(Log::PRIO_NOTICE) << "exitting after syntax error"; gOpt.printUsage(); exit(-1); } - gOpt.printOptions(); - exit(0); - - std::ofstream pidFile; if(gOpt.getPidFile() != "") { pidFile.open(gOpt.getPidFile().c_str()); -- cgit v1.2.3