Skip to content

Commit f6997c5

Browse files
committed
fix
1 parent 8103789 commit f6997c5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ClientSource/Connection/PABotBaseConnection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ void PABotBaseConnection::on_recv(const void* data, size_t bytes){
130130
if (length == 0){
131131
push_error_byte(ErrorBatchType::FF_BYTES, ~length);
132132
}else{
133-
m_logger.("Message is too short: bytes = " + std::to_string(length));
133+
m_logger.log("Message is too short: bytes = " + std::to_string(length));
134134
push_error_byte(ErrorBatchType::OTHER, ~length);
135135
}
136136
m_recv_buffer.pop_front();

vcpkg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 9a023fa7d4c8c9ed3fa5b1be466e605b10b9d220

0 commit comments

Comments
 (0)