[xiph-commits] r18140 - icecast/trunk/icecast/doc
msmith at svn.xiph.org
msmith at svn.xiph.org
Fri Dec 2 23:02:22 PST 2011
Author: msmith
Date: 2011-12-02 23:02:22 -0800 (Fri, 02 Dec 2011)
New Revision: 18140
Modified:
icecast/trunk/icecast/doc/icecast2_config_file.html
Log:
Fix XML comments in doc fragments in html.
Modified: icecast/trunk/icecast/doc/icecast2_config_file.html
===================================================================
--- icecast/trunk/icecast/doc/icecast2_config_file.html 2011-11-30 18:43:56 UTC (rev 18139)
+++ icecast/trunk/icecast/doc/icecast2_config_file.html 2011-12-03 07:02:22 UTC (rev 18140)
@@ -213,7 +213,7 @@
<pre>
<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 @@
<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>
</pre>
<p>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).
More information about the commits
mailing list