refactor(mpd): prefer debug over info
This commit is contained in:
parent
4b28518cd5
commit
08dce576bd
|
@ -264,7 +264,7 @@ void waybar::modules::MPD::tryConnect() {
|
|||
|
||||
try {
|
||||
checkErrors(connection_.get());
|
||||
spdlog::info("{}: Connected to MPD", module_name_);
|
||||
spdlog::debug("{}: Connected to MPD", module_name_);
|
||||
} catch (std::runtime_error& e) {
|
||||
spdlog::error("{}: Failed to connect to MPD: {}", module_name_, e.what());
|
||||
connection_.reset();
|
||||
|
|
Loading…
Reference in New Issue