Fix gcc warning

This commit is contained in:
Roland Rossgotterer
2019-02-25 11:16:45 +01:00
committed by Mat Sutcliffe
parent 3f9042848f
commit 6dfd0aff12

View File

@@ -312,7 +312,7 @@ namespace BlackSimPlugin
case DPLSESSION_HOSTMIGRATEDHERE:
message.append("Host migrated to this client"); break;
default:
message.append("%1").arg(pStatusMsg->dwStatus);
message.append(QString("Unknown PDPL_MESSAGE_SESSION_STATUS: %1").arg(pStatusMsg->dwStatus));
break;
}
qDebug() << message;