mirror of
https://github.com/ceph/ceph
synced 2025-02-21 01:47:25 +00:00
ceph-volume: systemd fix typo in log message
Fixes: https://tracker.ceph.com/issues/41942 Signed-off-by: Manu Zurmühl <m.zurmuehl@heinlein-support.de>
This commit is contained in:
parent
057547fadb
commit
8d9780ce50
@ -99,7 +99,7 @@ def main(args=None):
|
|||||||
# don't log any output to the terminal, just rely on stderr/stdout
|
# don't log any output to the terminal, just rely on stderr/stdout
|
||||||
# going to logging
|
# going to logging
|
||||||
process.run(command, terminal_logging=False)
|
process.run(command, terminal_logging=False)
|
||||||
logger.info('successfully trggered activation for: %s', extra_data)
|
logger.info('successfully triggered activation for: %s', extra_data)
|
||||||
break
|
break
|
||||||
except RuntimeError as error:
|
except RuntimeError as error:
|
||||||
logger.warning(error)
|
logger.warning(error)
|
||||||
|
Loading…
Reference in New Issue
Block a user