From: <pn...@hy...> - 2010-02-23 00:57:59
|
Author: pnguyen Date: 2010-02-22 16:57:49 -0800 (Mon, 22 Feb 2010) New Revision: 14313 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=14313 Modified: trunk/installer/data/hq-engine/jboss-log4j.xml Log: Remove leading spaces Modified: trunk/installer/data/hq-engine/jboss-log4j.xml =================================================================== --- trunk/installer/data/hq-engine/jboss-log4j.xml 2010-02-22 09:30:20 UTC (rev 14312) +++ trunk/installer/data/hq-engine/jboss-log4j.xml 2010-02-23 00:57:49 UTC (rev 14313) @@ -175,7 +175,7 @@ <!-- Use this category to log every instance of a group alert firing. Comment out if the log messages become unwieldy. - <category name=" org.hyperic.hq.galerts.processor.MemGalertDef.Fired"> + <category name="org.hyperic.hq.galerts.processor.MemGalertDef.Fired"> <priority value="DEBUG" /> </category> --> |