From 115d64d8b49a3bb8fbc1850cb723f533c2486a55 Mon Sep 17 00:00:00 2001 From: "Thomas B. \"dm8tbr\" Ruecker" Date: Fri, 5 Apr 2013 20:13:18 +0000 Subject: [PATCH] Edited warning for clarity. svn path=/icecast/trunk/icecast/; revision=18910 --- src/cfgfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cfgfile.c b/src/cfgfile.c index 682e07ce..23b72eaa 100644 --- a/src/cfgfile.c +++ b/src/cfgfile.c @@ -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);