author | wenzelm |
Mon, 17 Jul 2023 16:09:59 +0200 | |
changeset 78381 | 9c86b609eeb6 |
parent 78380 | f8e3b228670c |
child 78382 | 6c211e1c94d5 |
--- a/src/Pure/General/sql.scala Mon Jul 17 16:02:28 2023 +0200 +++ b/src/Pure/General/sql.scala Mon Jul 17 16:09:59 2023 +0200 @@ -474,7 +474,7 @@ def trace(msg: String): Unit = { val trace_time = Time.now() - trace_start - if (trace_time >= trace_minx) { + if (trace_time >= trace_min) { val nl = if (trace_nl) "" else { trace_nl = true; "\n" } log(nl + trace_time + " transaction " + trace_count + if_proper(label, " " + label) + ": " + msg)