src/Pure/General/output.scala
changeset 62938 79f41fbdf74a
parent 62930 51ac6bc389e8
child 64370 865b39487b5d
--- a/src/Pure/General/output.scala	Sat Apr 09 20:31:46 2016 +0200
+++ b/src/Pure/General/output.scala	Sat Apr 09 20:38:08 2016 +0200
@@ -11,7 +11,7 @@
 object Output
 {
   def clean_yxml(msg: String): String =
-    try { XML.content(YXML.parse_body(msg)) }
+    try { XML.content(Protocol_Message.clean_reports(YXML.parse_body(msg))) }
     catch { case ERROR(_) => msg }
 
   def writeln_text(msg: String): String = clean_yxml(msg)