--- projects/cms/source/server/uk/org/iscream/cms/server/client/monitors/Swap__Monitor.java 2001/05/29 17:02:34 1.7 +++ projects/cms/source/server/uk/org/iscream/cms/server/client/monitors/Swap__Monitor.java 2002/03/19 14:51:06 1.8 @@ -13,7 +13,7 @@ import uk.org.iscream.cms.server.componentmanager.*; * This Monitor watches the Swap for all machines * * @author $Author: tdb $ - * @version $Id: Swap__Monitor.java,v 1.7 2001/05/29 17:02:34 tdb Exp $ + * @version $Id: Swap__Monitor.java,v 1.8 2002/03/19 14:51:06 tdb Exp $ */ public class Swap__Monitor extends MonitorSkeleton { @@ -22,7 +22,7 @@ public class Swap__Monitor extends MonitorSkeleton { /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.7 $"; + public final String REVISION = "$Revision: 1.8 $"; /** * A description of this monitor @@ -63,7 +63,7 @@ public class Swap__Monitor extends MonitorSkeleton { swapTotal = Double.parseDouble(total); swapFree = Double.parseDouble(free); } catch (NumberFormatException e) { - _logger.write(this.toString(), Logger.WARNING, "Received packet from "+source+" with bad swap information"+e); + _logger.write(this.toString(), Logger.WARNING, "Received packet from "+source+" with bad swap information: "+e); // don't try to continue and process return; }