Skip to content

Commit

Permalink
add newline before dumping raw monitors
Browse files Browse the repository at this point in the history
  • Loading branch information
plummercj committed Aug 16, 2024
1 parent 3ef379a commit ced4e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jdk.jdwp.agent/share/native/libjdwp/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@ dumpRawMonitor(DebugRawMonitor *dbg_monitor) {

void
dumpRawMonitors() {
tty_message("Raw Monitor Dump:");
tty_message("\nRaw Monitor Dump:");
int i;
for (i = 0; i < NUM_DEBUG_RAW_MONITORS; i++) {
DebugRawMonitor* dbg_monitor = &dbg_monitors[i];
Expand Down

0 comments on commit ced4e27

Please sign in to comment.