From: Jos Collin Date: Wed, 3 Jul 2019 13:26:21 +0000 (+0530) Subject: teuthology/orchestra/daemon: fix the log type X-Git-Tag: 1.1.0~239^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=40a6536f6b1caba1b6babf82a49242e0510462f4;p=teuthology.git teuthology/orchestra/daemon: fix the log type Signed-off-by: Jos Collin --- diff --git a/teuthology/orchestra/daemon/state.py b/teuthology/orchestra/daemon/state.py index 4017abc81..51e2703b3 100644 --- a/teuthology/orchestra/daemon/state.py +++ b/teuthology/orchestra/daemon/state.py @@ -110,7 +110,7 @@ class DaemonState(object): if not silent: self.log.info('Sent signal %d', sig) else: - self.log.info('No such daemon running') + self.log.error('No such daemon running') def start(self, timeout=300): """