changing log message

This commit is contained in:
bernatx 2022-07-27 22:10:23 +02:00
parent 0fd9336be5
commit af0e2570af
1 changed files with 1 additions and 1 deletions

View File

@ -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();