core: remove unneeded warning when read of sec.conf fails (another warning is already displayed)
This commit is contained in:
parent
46c26922aa
commit
1417b7a823
@ -1100,13 +1100,6 @@ secure_read ()
|
||||
|
||||
rc = config_file_read (secure_config_file);
|
||||
|
||||
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