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