core: remove unneeded warning when read of weechat.conf fails (another warning is already displayed)
This commit is contained in:
parent
cce23613a7
commit
a5785a1ddc
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user