tuned message;
authorwenzelm
Fri, 19 Feb 2010 11:56:11 +0100
changeset 35231 98e52f522357
parent 35230 be006fbcfb96
child 35232 f588e1169c8b
tuned message;
src/Pure/meta_simplifier.ML
--- a/src/Pure/meta_simplifier.ML	Fri Feb 19 11:49:44 2010 +0100
+++ b/src/Pure/meta_simplifier.ML	Fri Feb 19 11:56:11 2010 +0100
@@ -1025,7 +1025,8 @@
                  val b' = #1 (Term.dest_Free (Thm.term_of v));
                  val _ =
                    if b <> b' then
-                     warning ("Simplifier: renamed bound variable " ^ quote b ^ " to " ^ quote b')
+                     warning ("Simplifier: renamed bound variable " ^
+                       quote b ^ " to " ^ quote b' ^ Position.str_of (Position.thread_data ()))
                    else ();
                  val ss' = add_bound ((b', T), a) ss;
                  val skel' = case skel of Abs (_, _, sk) => sk | _ => skel0;