Browse Source

standardized error message

master
Nils 5 years ago
parent
commit
f14a058710
  1. 2
      engine/nsmservercontrol.py

2
engine/nsmservercontrol.py

@ -574,7 +574,7 @@ class NsmServerControl(object):
sessionRoot = msg.params[0]
ready = True
else:
logger.warning(f"Waiting for session root from nsmd but got: {msg.oscpath} {msg.params}")
logger.error(f"Waiting for session root from nsmd, but got: {msg.oscpath} with {msg.params}. Adding to queue for later. If the server got started anyway and is reacting to your commands, it is fine for now.")
self._queue.append(msg)
except BlockingIOError: #happens while no data is received. Has nothing to do with blocking or not.

Loading…
Cancel
Save