1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-29 14:26:40 +02:00

Fix crash in link-security unreal_log() call..

Interesting... this mistake is easy to make with multiline.
This commit is contained in:
Bram Matthys
2021-08-12 15:43:26 +02:00
parent cc6d1eaf36
commit bb4d77b5d0
+1 -1
View File
@@ -231,7 +231,7 @@ EVENT(checklinksec)
if (warning_sent)
{
unreal_log(ULOG_INFO, "link-security", "EFFECTIVE_LINK_SECURITY_REPORT", NULL,
"Effective (network-wide) link-security is now: level $effective_link_security\n",
"Effective (network-wide) link-security is now: level $effective_link_security\n"
"More information about this can be found at https://www.unrealircd.org/docs/Link_security",
log_data_integer("effective_link_security", effective_link_security));
}