aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libqpe/libqpe-opie/unbreak-logging-2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libqpe/libqpe-opie/unbreak-logging-2.patch')
-rw-r--r--recipes/libqpe/libqpe-opie/unbreak-logging-2.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/libqpe/libqpe-opie/unbreak-logging-2.patch b/recipes/libqpe/libqpe-opie/unbreak-logging-2.patch
new file mode 100644
index 0000000000..fe4bb88969
--- /dev/null
+++ b/recipes/libqpe/libqpe-opie/unbreak-logging-2.patch
@@ -0,0 +1,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 );