changing log message
This commit is contained in:
parent
0fd9336be5
commit
af0e2570af
|
@ -66,7 +66,7 @@ namespace low_level {
|
|||
}
|
||||
|
||||
void UnSubscribe(token_type token) {
|
||||
log_warning("calling sensor UnSubscribe()");
|
||||
log_debug("calling sensor UnSubscribe()");
|
||||
auto it = _clients.find(token.get_stream_id());
|
||||
if (it != _clients.end()) {
|
||||
it->second->Stop();
|
||||
|
|
Loading…
Reference in New Issue