1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-22 04:15:54 -04:00

Fix: Corrected log level from WARN to INFO for system config output

This commit is contained in:
Philipp Schafft 2022-03-07 10:10:10 +00:00
parent 83f4ad89b3
commit 185b130a89

View File

@ -568,7 +568,7 @@ static inline void __log_system_name(void) {
}
}
ICECAST_LOG_WARN("From configuration: Our hostname is %#H, located % #H, with admin contact % #H", config->hostname, config->location, config->admin);
ICECAST_LOG_INFO("From configuration: Our hostname is %#H, located % #H, with admin contact % #H", config->hostname, config->location, config->admin);
config_release_config();
}