Skip to content

Commit 227e879

Browse files
author
vroyer
committed
add printf
1 parent 004e7d2 commit 227e879

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ccmlib/node.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,7 @@ def watch_log_for(self, exprs, from_mark=None, timeout=600, process=None, verbos
515515
raise RuntimeError() # Shouldn't reuse RuntimeError but I'm lazy
516516

517517
line = f.readline()
518+
print(line)
518519
if line:
519520
reads = reads + line
520521
for e in tofind:

0 commit comments

Comments
 (0)