mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
specified error codes
This commit is contained in:
@@ -69,7 +69,7 @@ QString errorString(ErrorCode code) {
|
||||
errorMessage = QObject::tr("Internal error");
|
||||
}
|
||||
|
||||
return errorMessage + QObject::tr("; ErrorCode: %1").arg(code);
|
||||
return QObject::tr("ErrorCode: %1. ").arg(code) + errorMessage;
|
||||
}
|
||||
|
||||
QDebug operator<<(QDebug debug, const ErrorCode &e)
|
||||
|
||||
Reference in New Issue
Block a user