From: Manu Zurmühl Date: Fri, 20 Sep 2019 14:47:22 +0000 (+0200) Subject: ceph-volume: systemd fix typo in log message X-Git-Tag: v14.2.5~257^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F30520%2Fhead;p=ceph.git ceph-volume: systemd fix typo in log message Fixes: https://tracker.ceph.com/issues/41942 Signed-off-by: Manu Zurmühl (cherry picked from commit 8d9780ce50ef5d986c4994ed6ba5629be0bbfb74) --- diff --git a/src/ceph-volume/ceph_volume/systemd/main.py b/src/ceph-volume/ceph_volume/systemd/main.py index bf24f0a01549f..e4d244f5d56d2 100644 --- a/src/ceph-volume/ceph_volume/systemd/main.py +++ b/src/ceph-volume/ceph_volume/systemd/main.py @@ -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)