1
0
Fork 0
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:
Roderick van Domburg 2022-08-25 20:49:40 +02:00
parent 9d80521e09
commit dbf71c0dff
No known key found for this signature in database
GPG key ID: FE2585E713F9F30A
2 changed files with 2 additions and 2 deletions

View file

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