Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chiguireitor
addrindexrs
Commits
818148dc
Unverified
Commit
818148dc
authored
Aug 15, 2018
by
Roman Zeyde
Browse files
Move shutting down logging to INFO
parent
f905e50e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/rpc.rs
src/rpc.rs
+1
-1
No files found.
src/rpc.rs
View file @
818148dc
...
...
@@ -423,7 +423,7 @@ impl Connection {
e
.display_chain
()
.to_string
()
);
}
info
!
(
"[{}] shutting down connection"
,
self
.addr
);
debug
!
(
"[{}] shutting down connection"
,
self
.addr
);
let
_
=
self
.stream
.shutdown
(
Shutdown
::
Both
);
if
let
Err
(
err
)
=
child
.join
()
.expect
(
"receiver panicked"
)
{
error!
(
"[{}] receiver failed: {}"
,
self
.addr
,
err
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment