mirror of
				https://github.com/rad4day/Waybar.git
				synced 2025-10-30 15:32:43 +01:00 
			
		
		
		
	sni: remove unnecesary parameter
This commit is contained in:
		| @@ -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); | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Marvin Dostal
					Marvin Dostal