Skip to content

Commit 14cf558

Browse files
committed
Fix debug message output
1 parent e30bedc commit 14cf558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instana/fsm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def schedule_retry(self, fun, e, name):
140140
self.timer.daemon = True
141141
self.timer.name = name
142142
self.timer.start()
143-
l.debug('Threadlist: %s', str(t.enumerate()))
143+
l.debug('Threadlist: ', str(t.enumerate()))
144144

145145
def test_agent(self, e):
146146
l.debug("testing communication with the agent")

0 commit comments

Comments
 (0)