--- projects/cms/source/host/java/SystemMonitor.java 2000/12/08 15:45:28 1.7 +++ projects/cms/source/host/java/SystemMonitor.java 2001/01/19 00:13:49 1.8 @@ -12,8 +12,8 @@ import java.util.*; * then packages these up using XMLFormatter and outputs them if * the timeout has passed. * - * @author $Author: ab11 $ - * @version $Id: SystemMonitor.java,v 1.7 2000/12/08 15:45:28 ab11 Exp $ + * @author $Author: tdb $ + * @version $Id: SystemMonitor.java,v 1.8 2001/01/19 00:13:49 tdb Exp $ */ class SystemMonitor { @@ -72,7 +72,7 @@ class SystemMonitor { System.out.println(e); } String date = Long.toString(System.currentTimeMillis()); - XMLFormatter xml = new XMLFormatter("packet", "machine_name=\""+host+"\" ip=\""+ip+"\" date=\""+date+"\" seq_no=\""+sequence+"\""); + XMLFormatter xml = new XMLFormatter("packet", "machine_name=\""+host+"\" ip=\""+ip+"\" date=\""+date+"\" seq_no=\""+sequence+"\" type=\"data\""); // get and decode the data DecodeCPU_TXT details = new DecodeCPU_TXT();