]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
teuthology/orchestra/daemon: fix the log type 1298/head
authorJos Collin <jcollin@redhat.com>
Wed, 3 Jul 2019 13:26:21 +0000 (18:56 +0530)
committerJos Collin <jcollin@redhat.com>
Sat, 6 Jul 2019 06:28:53 +0000 (11:58 +0530)
Signed-off-by: Jos Collin <jcollin@redhat.com>
teuthology/orchestra/daemon/state.py

index 4017abc81a9788e1c7f86a617570d0af11494301..51e2703b3122d9d254919ba75af7613f3ea04e99 100644 (file)
@@ -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):
         """