From 79c0cbf7a2da8f1d233e9f700f949577f5c8cfd1 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Fri, 4 Mar 2016 00:55:32 +0100 Subject: QOpenWFDDevice: fix BrE spelling and grammar in qDebug() output Also print the failing type. Sanity Bot complained about the spelling and Friedemann about the grammar and missing type information in the output. Change-Id: I7f38c56e569312e082e7b6baf9d556f5e7e40f80 Reviewed-by: Kai Koehne --- src/plugins/platforms/openwfd/qopenwfddevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/plugins/platforms/openwfd/qopenwfddevice.cpp b/src/plugins/platforms/openwfd/qopenwfddevice.cpp index 710c07b643..7a9d22e74d 100644 --- a/src/plugins/platforms/openwfd/qopenwfddevice.cpp +++ b/src/plugins/platforms/openwfd/qopenwfddevice.cpp @@ -196,7 +196,7 @@ void QOpenWFDDevice::readEvents(WFDtime wait) qDebug("Pipeline bind mask event handling not implemented"); break; default: - qDebug("Not recognised event type"); + qDebug("Unrecognized event type: %lu", static_cast(type)); break; } -- cgit v1.2.3