forked from davidbarsky/tracing-tree
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathno-indent.stdout
More file actions
26 lines (26 loc) · 1.15 KB
/
no-indent.stdout
File metadata and controls
26 lines (26 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
1:main no_indent::hierarchical-example version=0.1
1:main no_indent::server host="localhost", port=8080
1:main INFO no_indent starting
1:main INFO no_indent listening
1:main no_indent::conn peer_addr="82.9.9.9", port=42381
1:main DEBUG no_indent connected
1:main DEBUG no_indent message received, length=2
1:main no_indent::conn peer_addr="8.8.8.8", port=18230
1:main DEBUG no_indent connected
1:main no_indent::foomp 42 <- format string, normal_var=43
1:main ERROR no_indent hello
1:main no_indent:: val=PrettyPrintMe {
1:main value_a: 42,
1:main value_b: "hello",
1:main }
1:main ERROR no_indent hello
1:main no_indent::conn peer_addr="82.9.9.9", port=42381
1:main WARN no_indent weak encryption requested, algo="xor"
1:main DEBUG no_indent response sent, length=8
1:main DEBUG no_indent disconnected
1:main no_indent::conn peer_addr="8.8.8.8", port=18230
1:main DEBUG no_indent message received, length=5
1:main DEBUG no_indent response sent, length=8
1:main DEBUG no_indent disconnected
1:main WARN no_indent internal error
1:main INFO no_indent exit