mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Fix assert in DBus if dbus_server_listen returned NULL
ref T589
This commit is contained in:
committed by
Mat Sutcliffe
parent
77acffb73e
commit
821e0b10b6
@@ -67,8 +67,8 @@ namespace XSwiftBus
|
||||
case WarningMsg:
|
||||
ss << "Warning";
|
||||
break;
|
||||
case FatalMsg:
|
||||
ss << "Fatal";
|
||||
case ErrorMsg:
|
||||
ss << "Error";
|
||||
break;
|
||||
}
|
||||
ss << ' ';
|
||||
|
||||
Reference in New Issue
Block a user