mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
Adding missing ; and _
I'll admit I don't have libmpd on my computer
This commit is contained in:
parent
51be97f9aa
commit
e8dd1e2d2c
@ -206,7 +206,7 @@ std::string waybar::modules::MPD::getStateIcon() {
|
||||
}
|
||||
|
||||
if (connection_ == nullptr) {
|
||||
spdlog::warn("{}: Trying to fetch state icon while disconnected", module_name_ )
|
||||
spdlog::warn("{}: Trying to fetch state icon while disconnected", module_name_);
|
||||
return "";
|
||||
}
|
||||
|
||||
@ -228,7 +228,7 @@ std::string waybar::modules::MPD::getOptionIcon(std::string optionName, bool act
|
||||
}
|
||||
|
||||
if (connection_ == nullptr) {
|
||||
spdlog::warn("{}: Trying to fetch option icon while disconnected", module_name);
|
||||
spdlog::warn("{}: Trying to fetch option icon while disconnected", module_name_);
|
||||
return "";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user