Skip to content

Commit

Permalink
network_driver: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lhmouse committed Jan 24, 2024
1 parent 49cf2a1 commit 713df9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poseidon/static/network_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ thread_loop()
return;
}

POSEIDON_LOG_DEBUG(("Collected $1$2 from epoll"), r, ROCKET_TINYFMT_NOUN_REGULAR(r, "socket event"));
POSEIDON_LOG_TRACE(("Collected $1$2 from epoll"), r, ROCKET_TINYFMT_NOUN_REGULAR(r, "socket event"));
evbuf.accept(static_cast<uint32_t>(r) * sizeof(event));

lock.lock(this->m_epoll_mutex);
Expand Down

0 comments on commit 713df9f

Please sign in to comment.