diff --git a/src/modules/sni/item.cpp b/src/modules/sni/item.cpp index e30e5e8..07ebeba 100644 --- a/src/modules/sni/item.cpp +++ b/src/modules/sni/item.cpp @@ -345,7 +345,7 @@ Glib::RefPtr 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); }