From: Chris Tallon Date: Fri, 19 Aug 2005 18:20:20 +0000 (+0000) Subject: Fix to show CA channels X-Git-Tag: r0-0-17~8 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=795be1c5317c4db1a57b25bdc50310affd58ac1f;p=vompserver.git Fix to show CA channels --- diff --git a/mvpserver.c b/mvpserver.c index 043dd6c..1dc223c 100644 --- a/mvpserver.c +++ b/mvpserver.c @@ -48,7 +48,7 @@ int MVPServer::run() { if (threadIsActive()) return 1; - log.init(Log::DEBUG, "/tmp/vompserver.log", 0); + log.init(Log::DEBUG, "/tmp/vompserver.log", 1); if (!udpr.run()) {