Skip to content

Commit 61cd28b

Browse files
committed
GH-1071 Revert log level back to debug
1 parent fc2073b commit 61cd28b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/net_plugin/net_plugin.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ namespace eosio {
630630
bool ready = ((!_trx_write_queue.empty() || !_write_queue.empty()) && !async_write_in_progress);
631631
g.unlock();
632632
if (async_write_in_progress) {
633-
fc_elog(logger, "Connection - ${id} not ready to send data, async write in progress", ("id", connection_id));
633+
fc_dlog(logger, "Connection - ${id} not ready to send data, async write in progress", ("id", connection_id));
634634
}
635635
return ready;
636636
}

0 commit comments

Comments
 (0)