We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c3225 commit b882c29Copy full SHA for b882c29
applications/zpc/components/zpc_attribute_store/src/zwave_frame_generator.cpp
@@ -169,7 +169,7 @@ void zwave_frame_generator::validate_frame(uint16_t *frame_length) const
169
} else {
170
std::ostringstream out;
171
out << "Frame size (" << current_zwave_frame_index
172
- << ") does not match the expected size (" << current_zwave_frame_index
+ << ") does not match the expected size (" << current_zwave_frame_size
173
<< ")";
174
throw std::runtime_error(out.str());
175
}
0 commit comments