Use formats instead of g_warning

Add some copyright headers here and there too.
This commit is contained in:
LemonBoy 2015-09-20 23:13:43 +02:00
commit 203c00938a
9 changed files with 116 additions and 11 deletions

View file

@ -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;