fix log warning

This commit is contained in:
Ovv 2025-11-01 11:13:27 +01:00
parent 2619f4e61d
commit bc755bf275

View File

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