clean message more thoroughly;
authorwenzelm
Sat, 09 Apr 2016 20:38:08 +0200
changeset 62938 79f41fbdf74a
parent 62937 d5e7a76ec1a6
child 62939 ef8d840f39fb
clean message more thoroughly;
src/Pure/General/output.scala
--- 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)