Skip to content

Commit

Permalink
Update src/debug.c
Browse files Browse the repository at this point in the history
Signed-off-by: Madelyn Olson <[email protected]>
  • Loading branch information
madolson authored Jul 23, 2024
1 parent 047388f commit a22b59c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -2302,9 +2302,9 @@ void applyWatchdogPeriod(void) {
}

void debugPauseProcess(void) {
serverLog(LL_DEBUG, "Process is about to stop.");
serverLog(LL_NOTICE, "Process is about to stop.");
raise(SIGSTOP);
serverLog(LL_DEBUG, "Process has been continued.");
serverLog(LL_NOTICE, "Process has been continued.");
}

/* Positive input is sleep time in microseconds. Negative input is fractions
Expand Down

0 comments on commit a22b59c

Please sign in to comment.