mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 15:42:26 +02:00
Use formats instead of g_warning
Add some copyright headers here and there too.
This commit is contained in:
parent
06040fb30b
commit
203c00938a
9 changed files with 116 additions and 11 deletions
|
|
@ -93,7 +93,7 @@ static void sig_server_setup_fill_chatnet(IRC_SERVER_CONNECT_REC *conn,
|
|||
conn->sasl_username = ircnet->sasl_username;
|
||||
conn->sasl_password = ircnet->sasl_password;
|
||||
} else
|
||||
g_warning("The fields sasl_username and sasl_password are either undefined or empty");
|
||||
g_warning("The fields sasl_username and sasl_password are either missing or empty");
|
||||
}
|
||||
else if (!g_ascii_strcasecmp(ircnet->sasl_mechanism, "external")) {
|
||||
conn->sasl_mechanism = SASL_MECHANISM_EXTERNAL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue