From b4ce61cc3d9c83e06b3e113e8ba7ba6da8833c55 Mon Sep 17 00:00:00 2001 From: Warren Usui Date: Wed, 19 Feb 2014 14:35:37 -0800 Subject: [PATCH] Add back in print in ceph_manager that the last checkin accidentally removed --- teuthology/task/ceph_manager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/task/ceph_manager.py b/teuthology/task/ceph_manager.py index 53bf5a00f..52e4fdbb5 100644 --- a/teuthology/task/ceph_manager.py +++ b/teuthology/task/ceph_manager.py @@ -40,6 +40,7 @@ class Thrasher: """ Implement log behavior """ + print x self.log = tmp if self.config is None: self.config = dict() -- 2.47.3