Skip to content

Commit

Permalink
Merge pull request OpenLightingProject#1914 from kengruven/patch-1
Browse files Browse the repository at this point in the history
Fix spelling/grammar in RPC error message
  • Loading branch information
peternewman authored Oct 19, 2023
2 parents 0455a69 + 6692370 commit 8556eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/rpc/RpcChannel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ void RpcChannel::DescriptorReady() {
m_buffer_size = AllocateMsgBuffer(m_expected_size);

if (m_buffer_size < m_expected_size) {
OLA_WARN << "buffer size to small " << m_buffer_size << " < " <<
OLA_WARN << "buffer size too small: " << m_buffer_size << " < " <<
m_expected_size;
return;
}
Expand Down

0 comments on commit 8556eea

Please sign in to comment.