From 40a6536f6b1caba1b6babf82a49242e0510462f4 Mon Sep 17 00:00:00 2001 From: Jos Collin Date: Wed, 3 Jul 2019 18:56:21 +0530 Subject: [PATCH] teuthology/orchestra/daemon: fix the log type Signed-off-by: Jos Collin --- teuthology/orchestra/daemon/state.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): """ -- 2.47.3