Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
xyanrch committed Nov 26, 2022
1 parent 344db31 commit 8850562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/Session.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ void Session<T>::upstream_udp_write(int direction, const std::string& packet)
template<class T>
void Session<T>::destroy()
{
DEBUGE_LOG<<"Session destroyed called";
DEBUG_LOG<<"Session destroyed called";
boost::system::error_code ec;
if (downstream_udp_socket.is_open()) {
downstream_udp_socket.cancel(ec);
Expand Down

0 comments on commit 8850562

Please sign in to comment.