From 14b99bc557cef501b82e85c046c38697796c80ed Mon Sep 17 00:00:00 2001 From: =?utf8?q?Manu=20Zurm=C3=BChl?= Date: Fri, 20 Sep 2019 16:47:22 +0200 Subject: [PATCH] ceph-volume: systemd fix typo in log message MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes: https://tracker.ceph.com/issues/41942 Signed-off-by: Manu Zurmühl (cherry picked from commit 8d9780ce50ef5d986c4994ed6ba5629be0bbfb74) --- src/ceph-volume/ceph_volume/systemd/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5