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:
Manu Zurmühl 2019-09-20 16:47:22 +02:00
parent 057547fadb
commit 8d9780ce50

View File

@ -99,7 +99,7 @@ def main(args=None):
# don't log any output to the terminal, just rely on stderr/stdout
# going to logging
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
except RuntimeError as error:
logger.warning(error)