From a2714da8915b1cc344bc0983bcdf6503bc7b31cd Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sat, 3 Dec 2011 07:02:22 +0000 Subject: [PATCH] Fix XML comments in doc fragments in html. svn path=/icecast/trunk/icecast/; revision=18140 --- doc/icecast2_config_file.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/icecast2_config_file.html b/doc/icecast2_config_file.html index ee1d1db4..5a287851 100644 --- a/doc/icecast2_config_file.html +++ b/doc/icecast2_config_file.html @@ -213,7 +213,7 @@ Using this approach you can allow multiple shoutcast source clients to connect a
     <shoutcast-mount>/live.nsv</shoutcast-mount>
 
-    <-- You may have multiple <listen-socket> elements -->
+    <!-- You may have multiple <listen-socket> elements -->
     <listen-socket>
         <port>8000</port>
     </listen-socket>
@@ -688,7 +688,7 @@ Aliases are used to provide a way to create multiple mountpoints that refer to t
         <accesslog>access.log</accesslog>
         <errorlog>error.log</errorlog>
         <playlistlog>playlist.log</playlistlog>
-      	<loglevel>4</loglevel> <-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
+      	<loglevel>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
     </logging>
 

This section contains information relating to logging within icecast. There are two logfiles currently generated by icecast, an error.log (where all log messages are placed) and an access.log (where all stream/admin/http requests are logged).