mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-11-10 21:04:26 +08:00
fix log warning
This commit is contained in:
parent
2619f4e61d
commit
bc755bf275
@ -38,7 +38,7 @@ int get_listen_fd()
|
||||
return 0;
|
||||
|
||||
if (fds > 1)
|
||||
LOG_WARNING("network", "Multiple file descriptors received from systemd socket activation, only the first will be used");
|
||||
LOG_WARN("network", "Multiple file descriptors received from systemd socket activation, only the first will be used");
|
||||
|
||||
return 3;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user