mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
sni: remove unnecesary parameter
This commit is contained in:
parent
699f732146
commit
04d66de866
@ -345,7 +345,7 @@ Glib::RefPtr<Gdk::Pixbuf> Item::getIconPixbuf() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (icon_name.empty()) {
|
if (icon_name.empty()) {
|
||||||
spdlog::error("Item '{}': No icon name or pixmap given.", id, icon_name);
|
spdlog::error("Item '{}': No icon name or pixmap given.", id);
|
||||||
} else {
|
} else {
|
||||||
spdlog::error("Item '{}': Could not find an icon named '{}' and no pixmap given.", id, icon_name);
|
spdlog::error("Item '{}': Could not find an icon named '{}' and no pixmap given.", id, icon_name);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user