summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/remoteobject.h
diff options
context:
space:
mode:
authorNiels Weber <niels.weber@digia.com>2015-01-06 10:13:58 +0100
committerNiels Weber <niels.weber@theqtcompany.com>2015-01-06 10:34:35 +0100
commit3622cdecc2269b2ab8e4f21b6f2d8e28f3c53382 (patch)
treed01a0cbb59f37a5c79d206b1850fd9ae379675e1 /src/libs/installer/remoteobject.h
parentac3f1d1e5af339046beb821f4261bb8ec02a2c8f (diff)
Fixed wrong placeholder in string.
Change-Id: Ifeca6563c9b1c82ab754fe87e8cacfae040cc070 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'src/libs/installer/remoteobject.h')
-rw-r--r--src/libs/installer/remoteobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/installer/remoteobject.h b/src/libs/installer/remoteobject.h
index 2b6a3ab71..f47cd1367 100644
--- a/src/libs/installer/remoteobject.h
+++ b/src/libs/installer/remoteobject.h
@@ -97,7 +97,7 @@ public:
while (m_socket->bytesAvailable() < size) {
if (!m_socket->waitForReadyRead(30000)) {
throw Error(tr("Could not read all data after sending command: %1. "
- "Bytes expected: %2, Bytes received: %3. Error: %3").arg(name).arg(size)
+ "Bytes expected: %2, Bytes received: %3. Error: %4").arg(name).arg(size)
.arg(m_socket->bytesAvailable()).arg(m_socket->errorString()));
}
}