mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
Handle unknown direct play error codes instead of an empty message
refs #546
This commit is contained in:
committed by
Klaus Basan
parent
9960431d01
commit
cbf54d0416
@@ -199,6 +199,7 @@ namespace BlackSimPlugin
|
||||
errorMessage = "The client attempted to connect to a nonhost computer. Additionally, this error value may be returned by a nonhost that tried to set the application description.";
|
||||
break;
|
||||
default:
|
||||
errorMessage = QString("Unknown error code %1").arg(error);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user