Merge pull request #48441 from terminalmage/issue48402

Switch init system log message to debug
This commit is contained in:
Nicole Thomas 2018-07-05 10:43:24 -04:00 committed by GitHub
commit 84fd3d2784
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1597,7 +1597,7 @@ def os_data():
# my_init as pid1
grains['init'] = 'runit'
else:
log.info(
log.debug(
'Could not determine init system from command line: (%s)',
' '.join(init_cmdline)
)