Index: /issm/trunk-jpl/src/c/objects/KML/KML_GroundOverlay.cpp
===================================================================
--- /issm/trunk-jpl/src/c/objects/KML/KML_GroundOverlay.cpp	(revision 12513)
+++ /issm/trunk-jpl/src/c/objects/KML/KML_GroundOverlay.cpp	(revision 12514)
@@ -68,7 +68,6 @@
 
 	char  indent2[81];
-	bool  flag=true;
 
-	_printf_(flag,"%sKML_GroundOverlay:\n",indent);
+	_printLine_(indent << "KML_GroundOverlay:");
 	KML_Overlay::DeepEcho(indent);
 
@@ -76,12 +75,10 @@
 	strcat(indent2,"  ");
 
-	_printf_(flag,"%s      altitude: %0.16g\n"      ,indent,altitude);
-	_printf_(flag,"%s       altmode: \"%s\"\n"      ,indent,altmode);
+	_printLine_(indent<<"      altitude: " << altitude);
+	_printLine_(indent<<"       altmode: " << altmode);
 	if (llbox)
-		llbox->DeepEcho(indent2);
+	 llbox->DeepEcho(indent2);
 	else
-		_printf_(flag,"%s         llbox: %p\n"          ,indent,llbox);
-
-	return;
+	 _printLine_(indent<<"         llbox: " << llbox);
 }
 /*}}}*/
