|
@@ -77,7 +77,7 @@ class Supervisor:
|
|
|
if first:
|
|
|
rlimit_messages = self.options.set_rlimits()
|
|
|
info_messages.extend(rlimit_messages)
|
|
|
- warn_messages.extend(self.options.parse_warnings)
|
|
|
+ warn_messages.extend(self.options.parse_warnings)
|
|
|
|
|
|
# this sets the options.logger object
|
|
|
# delay logger instantiation until after setuid
|