From: Chris Tallon Date: Fri, 12 Aug 2005 00:08:17 +0000 (+0000) Subject: Stop logging X-Git-Tag: r0-0-17~11 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=13a5257e60d7e8c25fb788672e5941be9cd6eee7;p=vompserver.git Stop logging --- diff --git a/mvpserver.c b/mvpserver.c index 82d9afb..043dd6c 100644 --- a/mvpserver.c +++ b/mvpserver.c @@ -48,7 +48,8 @@ int MVPServer::run() { if (threadIsActive()) return 1; - log.init(Log::DEBUG, "/tmp/vompserver.log", 1); + log.init(Log::DEBUG, "/tmp/vompserver.log", 0); + if (!udpr.run()) { log.log("MVPServer", Log::CRIT, "Could not start UDP replier");