Skip to content

Commit 42561f1

Browse files
committed
Correct description of previous exit codes in changelog
1 parent e7a158e commit 42561f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGES.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
- An undocumented feature where multiple ``supervisorctl`` commands could be
2828
combined on a single line separated by semicolons has been removed.
2929

30-
- ``supervisorctl`` will now set its exit status to a non-zero value when an
31-
error condition occurs. Previous versions did not set the exit status so
32-
it was always zero. Patch by Luke Weber.
30+
- ``supervisorctl`` will now set its exit code to a non-zero value when an
31+
error condition occurs. Previous versions did not set the exit code for
32+
most error conditions so it was almost always 0. Patch by Luke Weber.
3333

3434
- Added new ``stdout_syslog`` and ``stderr_syslog`` options to the config
3535
file. These are boolean options that indicate whether process output will

0 commit comments

Comments
 (0)