mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
Edited warning for clarity.
svn path=/icecast/trunk/icecast/; revision=18910
This commit is contained in:
parent
b4887fc581
commit
115d64d8b4
@ -717,7 +717,7 @@ static void _parse_mount(xmlDocPtr doc, xmlNodePtr node,
|
||||
}
|
||||
else if (mount->mountname != NULL && mount->mounttype == MOUNT_TYPE_DEFAULT)
|
||||
{
|
||||
WARN1("Default mount %s has mountpoint set. This is an unoffical feature and should not be used.", mount->mountname);
|
||||
WARN1("Default mount %s has mount-name set. This is not supported. Behavior may not be consistent.", mount->mountname);
|
||||
}
|
||||
if (mount->auth)
|
||||
mount->auth->mount = strdup ((char *)mount->mountname);
|
||||
|
Loading…
Reference in New Issue
Block a user