From 04d66de866c58ff22546ecd647380597690ef7e7 Mon Sep 17 00:00:00 2001 From: Marvin Dostal Date: Sun, 17 Jul 2022 22:20:24 +0200 Subject: [PATCH] sni: remove unnecesary parameter --- src/modules/sni/item.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }