aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libqpe/libqpe-opie/unbreak-logging-2.patch
blob: fe4bb889698bd905e2f7de8631b3e71d1a90b80a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- library/qpeapplication.cpp
+++ library/qpeapplication.cpp
@@ -803,14 +803,14 @@ static void qtopiaMsgHandler(QtMsgType type, const char* msg)
 {
     switch ( type ) {
         case QtDebugMsg:
-#ifdef QT_DEBUG
+//#ifdef QT_DEBUG
             fprintf( stderr, "Debug: %s\n", msg );
-#endif
+//#endif
             break;
         case QtWarningMsg:
-#ifdef QT_DEBUG
+//#ifdef QT_DEBUG
             fprintf( stderr, "Warning: %s\n", msg );
-#endif
+//#endif
             break;
         case QtFatalMsg:
             fprintf( stderr, "Fatal: %s\n", msg );