tuned message;
authorwenzelm
Mon, 21 Aug 2023 11:43:29 +0200
changeset 78549 1c5cbece77d2
parent 78548 6cdf9b00dc76
child 78550 d8cc0f625b52
tuned message;
src/Pure/System/progress.scala
--- a/src/Pure/System/progress.scala	Mon Aug 21 11:42:16 2023 +0200
+++ b/src/Pure/System/progress.scala	Mon Aug 21 11:43:29 2023 +0200
@@ -377,7 +377,7 @@
   }
 
   private def sync_database[A](body: => A): A = {
-    Progress.private_data.transaction_lock(db, label = "Database_Progress.sync") {
+    Progress.private_data.transaction_lock(db, label = "Database_Progress.sync_database") {
       _stopped_db = Progress.private_data.read_progress_stopped(db, _context)
 
       if (_stopped_db && !base_progress.stopped) base_progress.stop()