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; }