Skip to content

Commit

Permalink
GH-70 Not necessarily an error to close connection
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Apr 26, 2024
1 parent ea1b40e commit 18f46b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/net_plugin/net_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3060,7 +3060,7 @@ namespace eosio {
}

if( close_connection ) {
peer_elog( conn, "Closing connection" );
peer_ilog( conn, "Closing connection" );
conn->close();
}
}));
Expand Down

0 comments on commit 18f46b8

Please sign in to comment.