mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Correct typo in VariableServerSession_write_data.cpp
Thanks to @Fjolnirr for pointing this out!
This commit is contained in:
parent
68ced2a1ad
commit
682f218391
@ -164,7 +164,7 @@ int Trick::VariableServerSession::write_ascii_data(const std::vector<VariableRef
|
||||
message_publish(MSG_DEBUG, "%p tag=<%s> var_server buffer[%d] too small (need %d), sending multiple ascii packets.\n",
|
||||
_connection, _connection->getClientTag().c_str(), MAX_MSG_LEN, message_size + var_size + 2);
|
||||
|
||||
message_publish(MSG_DEBUG, "%p tag=<%s> var_server sedning %d ascii bytes:\n%s\n",
|
||||
message_publish(MSG_DEBUG, "%p tag=<%s> var_server sending %d ascii bytes:\n%s\n",
|
||||
_connection, _connection->getClientTag().c_str(), message_size, message.c_str());
|
||||
}
|
||||
|
||||
@ -189,7 +189,7 @@ int Trick::VariableServerSession::write_ascii_data(const std::vector<VariableRef
|
||||
std::string message = message_stream.str();
|
||||
|
||||
if (_debug >= 2) {
|
||||
message_publish(MSG_DEBUG, "%p tag=<%s> var_server sedning %d ascii bytes:\n%s\n",
|
||||
message_publish(MSG_DEBUG, "%p tag=<%s> var_server sending %d ascii bytes:\n%s\n",
|
||||
_connection, _connection->getClientTag().c_str(), message.size(), message.c_str());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user