Skip to content

Commit 809559c

Browse files
committed
error instead of warn
1 parent d61a93c commit 809559c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trust-quorum/src/established_conn.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ impl EstablishedConn {
225225
config,
226226
},
227227
}) {
228-
warn!(
228+
error!(
229229
self.log,
230230
"Failed to send received NetworkConfig with
231231
generation {generation} to main task"

0 commit comments

Comments
 (0)