From 4111de70e84121b7f6163373fc4c66fb57a85b8c Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 3 Nov 2019 04:36:35 -0800 Subject: Mobile: drop extra argument to QString Clearly a cut and paste error. Only creates a harmless warning, still... Signed-off-by: Dirk Hohndel --- mobile-widgets/qmlmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile-widgets/qmlmanager.cpp') diff --git a/mobile-widgets/qmlmanager.cpp b/mobile-widgets/qmlmanager.cpp index cefeee365..81b105d19 100644 --- a/mobile-widgets/qmlmanager.cpp +++ b/mobile-widgets/qmlmanager.cpp @@ -555,7 +555,7 @@ bool QMLManager::verifyCredentials(QString email, QString password, QString pin) { setStartPageText(tr("Testing cloud credentials")); if (pin.isEmpty()) - appendTextToLog(QStringLiteral("verify credentials for email %1 (no PIN)").arg(email, pin)); + appendTextToLog(QStringLiteral("verify credentials for email %1 (no PIN)").arg(email)); else appendTextToLog(QStringLiteral("verify credentials for email %1 PIN %2").arg(email, pin)); CloudStorageAuthenticate *csa = new CloudStorageAuthenticate(this); -- cgit v1.2.3-70-g09d2