Debugger[New CDB]: Fix output format.

This commit is contained in:
Friedemann Kleint
2011-01-13 14:27:52 +01:00
parent 7f2c4c9b4c
commit 56bbd4adca

View File

@@ -1202,7 +1202,7 @@ void CdbEngine::handlePid(const CdbExtensionCommandPtr &reply)
{
if (reply->success) {
m_inferiorPid = reply->reply.toUInt();
showMessage(QString::fromLatin1("Inferior pid: %1."), LogMisc);
showMessage(QString::fromLatin1("Inferior pid: %1.").arg(m_inferiorPid), LogMisc);
notifyInferiorSetupOk();
} else {
showMessage(QString::fromLatin1("Failed to determine inferior pid: %1").