return unchanged node on errors
authorimmler@in.tum.de
Tue, 02 Jun 2009 19:00:58 +0200
changeset 34590 320b33f30cae
parent 34581 abab3a577e10
child 34591 35712cfcfd7a
return unchanged node on errors
src/Tools/jEdit/src/prover/MarkupNode.scala
--- a/src/Tools/jEdit/src/prover/MarkupNode.scala	Sat May 30 23:27:37 2009 +0200
+++ b/src/Tools/jEdit/src/prover/MarkupNode.scala	Tue Jun 02 19:00:58 2009 +0200
@@ -114,8 +114,8 @@
       }
       else this set_children new_children
     } else {
-      error("ignored nonfitting markup " + new_child.id + new_child.content + new_child.info.toString
-                         + "(" +new_child.start + ", "+ new_child.stop + ")")
+      System.err.println("ignored nonfitting markup: " + new_child)
+      this
     }
   }