--- a/radioapp/buildflags.pri Mon May 03 12:31:41 2010 +0300
+++ b/radioapp/buildflags.pri Fri May 14 15:52:32 2010 +0300
@@ -47,7 +47,7 @@
# Full logging flag that enables the full logging including also timestamps
# Enabled by default in debug builds
-# CONFIG(debug, debug|release) : LOGGING_FLAGS += LOGGING_ENABLED
+ CONFIG(debug, debug|release) : LOGGING_FLAGS += LOGGING_ENABLED
# Uncomment to enable full logging in release builds
# LOGGING_FLAGS *= LOGGING_ENABLED
@@ -55,9 +55,6 @@
# Timestamp logging flag that enables only timestamp logging
# LOGGING_FLAGS += TIMESTAMP_LOGGING_ENABLED
-# Marker that is printed in the beginning of each log line
-## LOGGING_FLAGS += LOGMARKER=\\\"FMRadio:\\\"
-
# Combines Ui and Engine logs by feeding UI traces to the engine logger
LOGGING_FLAGS += COMBINE_WITH_ENGINE_LOGGER