mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
core: remove unneeded warning when read of weechat.conf fails (another warning is already displayed)
This commit is contained in:
@@ -3316,13 +3316,6 @@ config_weechat_read ()
|
||||
|
||||
config_weechat_init_after_read ();
|
||||
|
||||
if (rc != WEECHAT_CONFIG_READ_OK)
|
||||
{
|
||||
gui_chat_printf (NULL,
|
||||
_("%sError reading configuration"),
|
||||
gui_chat_prefix[GUI_CHAT_PREFIX_ERROR]);
|
||||
}
|
||||
|
||||
return rc;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user