Skip to content

Commit 8c92dd7

Browse files
committed
Revert me: add debug output
1 parent d8bbe2b commit 8c92dd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/e2e/src/node_proc.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ fn find_substrate_port_from_output(r: impl Read + Send + 'static) -> u16 {
202202
.find_map(|line| {
203203
let line =
204204
line.expect("failed to obtain next line from stdout for port discovery");
205+
eprintln!("line: {}", line);
205206

206207
// does the line contain our port (we expect this specific output from
207208
// substrate).

0 commit comments

Comments
 (0)