Index: trunk/src/tmcsim/application.properties
===================================================================
--- trunk/src/tmcsim/application.properties	(revision 190)
+++ trunk/src/tmcsim/application.properties	(revision 195)
@@ -1,5 +1,5 @@
-#Sun, 29 Oct 2017 23:59:09 -0700
+#Mon, 30 Oct 2017 00:56:17 -0700
 
-Application.revision=189
+Application.revision=190
 
 Application.buildnumber=67
Index: trunk/src/atmsdriver/model/Highways.java
===================================================================
--- trunk/src/atmsdriver/model/Highways.java	(revision 194)
+++ trunk/src/atmsdriver/model/Highways.java	(revision 195)
@@ -339,5 +339,5 @@
             
             // Print the number of bytes the highways data message contains
-            System.out.println("BYTES: " + this.toXML().toCharArray().length + 1);
+            System.out.println("BYTES: " + this.toCondensedFormat(false).toCharArray().length + 1);
             
             // Write the highways data over the socket
