removed line sending service load errors to the gui and it interferes with current coresendmsg
This commit is contained in:
parent
5bb23c1d93
commit
e3e25463eb
1 changed files with 0 additions and 8 deletions
|
@ -550,14 +550,6 @@ class CoreHandler(SocketServer.BaseRequestHandler):
|
||||||
# set initial session state
|
# set initial session state
|
||||||
self.session.set_state(EventTypes.DEFINITION_STATE)
|
self.session.set_state(EventTypes.DEFINITION_STATE)
|
||||||
|
|
||||||
# send service errors, if present
|
|
||||||
if self.coreemu.service_errors:
|
|
||||||
self.send_exception(
|
|
||||||
ExceptionLevels.ERROR,
|
|
||||||
"ServiceManager.load()",
|
|
||||||
"Failed to load services: %s" % " ".join(self.coreemu.service_errors)
|
|
||||||
)
|
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
message = self.receive_message()
|
message = self.receive_message()
|
||||||
|
|
Loading…
Add table
Reference in a new issue