Enable the DataStream protocol by default
[quassel.git] / src / common / keyevent.h
index 0e7b3b8..323b27d 100644 (file)
@@ -65,7 +65,7 @@ protected:
         dbg << ", prefix = " << qPrintable(prefix())
             << ", target = " << qPrintable(target())
             << ", exchangetype = " << (exchangeType() == Init ? "init" : "finish")
-            << ", key = " << qPrintable(key());
+            << ", key = " << key();
     }