mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
Fix: Corrected log level from WARN to INFO for system config output
This commit is contained in:
parent
83f4ad89b3
commit
185b130a89
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user