diff options
Diffstat (limited to 'smarttvfactory.c')
-rwxr-xr-x | smarttvfactory.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/smarttvfactory.c b/smarttvfactory.c index cac8330..7c29e8c 100755 --- a/smarttvfactory.c +++ b/smarttvfactory.c @@ -1095,10 +1095,6 @@ void SmartTvServer::initServer(string dir, cSmartTvConfig* cfg) { serverPort = mConfig->getServerPort(); mLog.init(mConfig->getLogFile()); - if (mConfig->getLogFile() != "") { - string msg = "SmartTvWeb: Logfile created File= " + mConfig->getLogFile(); - esyslog("%s", msg.c_str()); - } *(mLog.log()) << mLog.getTimeString() << ": LogFile= " << mConfig->getLogFile() << endl; initRecCmds(); |