Fix format string
This commit is contained in:
parent
29c8a74dcf
commit
e518815641
|
@ -443,7 +443,7 @@ WritePasswordJobPrivate::Mode WritePasswordJobPrivate::stringToMode(const QStrin
|
|||
if (s == QLatin1String("Binary") || s == QLatin1String("2"))
|
||||
return Binary;
|
||||
|
||||
qCritical("Unexpected mode string '%1'", qPrintable(s));
|
||||
qCritical("Unexpected mode string '%s'", qPrintable(s));
|
||||
|
||||
return Text;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue