Fix assert in DBus if dbus_server_listen returned NULL

ref T589
This commit is contained in:
Roland Rossgotterer
2019-04-03 08:59:54 +02:00
committed by Mat Sutcliffe
parent 77acffb73e
commit 821e0b10b6
5 changed files with 20 additions and 7 deletions

View File

@@ -67,8 +67,8 @@ namespace XSwiftBus
case WarningMsg:
ss << "Warning";
break;
case FatalMsg:
ss << "Fatal";
case ErrorMsg:
ss << "Error";
break;
}
ss << ' ';