add missing variable in processTx's PRINTF (#279)
This commit is contained in:
@@ -596,7 +596,7 @@ parserStatus_e processTx(txContext_t *context,
|
|||||||
context->commandLength = length;
|
context->commandLength = length;
|
||||||
context->processingFlags = processingFlags;
|
context->processingFlags = processingFlags;
|
||||||
result = processTxInternal(context);
|
result = processTxInternal(context);
|
||||||
PRINTF("result: %d\n");
|
PRINTF("result: %d\n", result);
|
||||||
}
|
}
|
||||||
CATCH_OTHER(e) {
|
CATCH_OTHER(e) {
|
||||||
result = USTREAM_FAULT;
|
result = USTREAM_FAULT;
|
||||||
|
|||||||
Reference in New Issue
Block a user