mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
Fix log level
This commit is contained in:
parent
715d840718
commit
7a4c7291da
@ -75,7 +75,7 @@ xstrdup_c(const char *str, const char *file, unsigned int line)
|
|||||||
char *ret = strdup(str);
|
char *ret = strdup(str);
|
||||||
|
|
||||||
if (NULL == ret) {
|
if (NULL == ret) {
|
||||||
log_error("%s[%u]: cannot allocate %zu bytes",
|
log_alert("%s[%u]: cannot allocate %zu bytes",
|
||||||
file, line, strlen(str) + 1);
|
file, line, strlen(str) + 1);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user