From 54e31640362a7a995dd49f100eee9550d745e58f Mon Sep 17 00:00:00 2001 From: Niklas Date: Wed, 19 Oct 2011 17:00:58 +0200 Subject: put the NetworkDiscovery code into the src folder of the fbgui. made some test, building a usb stick iso and running it on a maschine. did some bug fixes --- src/main.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 21983ca..e408a33 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -175,12 +175,13 @@ int main(int argc, char *argv[]) { else logFilePath = DEFAULT_LOG_FILE_PATH; - // activate file logger if debug mode activated. - if (debugMode > -1) { + // write always a log file + // // activate file logger if debug mode activated. + // if (debugMode > -1) { // start debug logging to file. qxtLog->addLoggerEngine("file_logger", new LoggerEngine_file(logFilePath)); qxtLog->setMinimumLevel("file_logger", QxtLogger::DebugLevel); - } + // } // print config qxtLog->debug() << "************* CONFIG INFO *************"; -- cgit v1.2.3-55-g7522