src/Pure/System/progress.scala
changeset 83509 d17e990ebd40
parent 83507 989304e45ad7
child 83510 0675f4daf3c0
--- a/src/Pure/System/progress.scala	Tue Nov 04 22:10:07 2025 +0100
+++ b/src/Pure/System/progress.scala	Tue Nov 04 22:32:57 2025 +0100
@@ -122,9 +122,8 @@
         } yield {
           val text =
             if_proper(session, session + ": ") +
-              "long-running command " + quote(run.name) +
-              " (" + run.time(now).message + " at line " + run.line +
-              " of theory " + quote(name.theory) + ")"
+              "command " + quote(run.name) + " running for " + run.time(now).message +
+              " (line " + run.line + " of theory " + quote(name.theory) + ")"
           Progress.Message(Progress.Kind.writeln, text, verbose = true, status = true)
         })
   }