mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-05 02:32:31 +01:00
notification: Don't print failure to load backend in UI
This isn't actually helpful information to users generally Closes #2152 Closes #2684
This commit is contained in:
parent
94efa378f7
commit
d99a98ff4c
@ -218,7 +218,7 @@ notification_plugin_init (hexchat_plugin *plugin_handle, char **plugin_name, cha
|
||||
if (!notification_backend_init (&error))
|
||||
{
|
||||
if (error)
|
||||
hexchat_printf(plugin_handle, "Failed loading notification plugin: %s\n", error);
|
||||
g_debug("Failed loading notification plugin: %s\n", error);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user