mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-06 03:50:06 +02:00
Move mostly harmless messages to debug level
This commit is contained in:
parent
9d80521e09
commit
dbf71c0dff
2 changed files with 2 additions and 2 deletions
|
@ -478,7 +478,7 @@ where
|
|||
};
|
||||
|
||||
if let Err(e) = session.dispatch(cmd, data) {
|
||||
error!("could not dispatch command: {}", e);
|
||||
debug!("could not dispatch command: {}", e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue