Some logging cleanup.

This commit is contained in:
Evelyn Eastmond 2018-06-27 22:28:33 -04:00 committed by Ray Schamp
parent 387f03b08c
commit d79efbece8
3 changed files with 5 additions and 5 deletions

View file

@ -138,8 +138,7 @@ class BLESession extends JSONRPCWebSocket {
_sendError (e) {
this._connected = false;
log.error(`BLESession error:`);
log.error(e);
log.error(`BLESession error: ${e}`);
this._runtime.emit(this._runtime.constructor.PERIPHERAL_ERROR);
}
}