Commit 69ed94c
committed
minor gc: more consistent memprof logging
In
ocaml#13580 (comment)
jmid reports that he needed to tweak the GC verbosity setting to avoid
getting spammed by minor-gc messages when debugging an assertion
failure.
The other sub-phases of the GC minor all uses `caml_gc_log` rather
than CAML_GC_MESSAGE, and do not seem to cause similar spamming
issues. Fixing the code to be consistent will avoid inconsistent
verbosity levels in end-user scripts.1 parent 5e89966 commit 69ed94c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
867 | 867 | | |
868 | 868 | | |
869 | 869 | | |
870 | | - | |
| 870 | + | |
871 | 871 | | |
872 | 872 | | |
873 | 873 | | |
| |||
0 commit comments