[xiph-commits] r18910 - icecast/trunk/icecast/src

dm8tbr at svn.xiph.org dm8tbr at svn.xiph.org
Fri Apr 5 13:13:18 PDT 2013


Author: dm8tbr
Date: 2013-04-05 13:13:18 -0700 (Fri, 05 Apr 2013)
New Revision: 18910

Modified:
   icecast/trunk/icecast/src/cfgfile.c
Log:
Edited warning for clarity.


Modified: icecast/trunk/icecast/src/cfgfile.c
===================================================================
--- icecast/trunk/icecast/src/cfgfile.c	2013-04-05 19:49:13 UTC (rev 18909)
+++ icecast/trunk/icecast/src/cfgfile.c	2013-04-05 20:13:18 UTC (rev 18910)
@@ -717,7 +717,7 @@
     }
     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);



More information about the commits mailing list