Skip to content

Commit ba84963

Browse files
author
Guillaume Lefranc
committed
Log monitor exit
1 parent dcfcd45 commit ba84963

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

repmgr.go

+1
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@ Interactive console and HTTP dashboards are available for control`,
410410
displayHelp()
411411
}
412412
if event.Key == termbox.KeyCtrlQ {
413+
logprint("INFO : Quitting monitor")
413414
exit = true
414415
}
415416
}

0 commit comments

Comments
 (0)