summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms')
-rw-r--r--src/plugins/platforms/openwfd/qopenwfddevice.cpp2
1 files changed, 1 insertions, 1 deletions
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<long unsigned int>(type));
break;
}