sni: remove unnecesary parameter

This commit is contained in:
Marvin Dostal 2022-07-17 22:20:24 +02:00
parent 699f732146
commit 04d66de866

View File

@ -345,7 +345,7 @@ Glib::RefPtr<Gdk::Pixbuf> Item::getIconPixbuf() {
}
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 {
spdlog::error("Item '{}': Could not find an icon named '{}' and no pixmap given.", id, icon_name);
}