# HG changeset patch # User wenzelm # Date 1692611009 -7200 # Node ID 1c5cbece77d25797c60db2f38beab735879f25c6 # Parent 6cdf9b00dc767fd01bfae6351734fe6c65ace014 tuned message; diff -r 6cdf9b00dc76 -r 1c5cbece77d2 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()