Changed debug print to properly identify service as RPM and not RP
This commit is contained in:
@@ -430,7 +430,7 @@ void handler_read_property_multiple(
|
|||||||
service_data->invoke_id, ABORT_REASON_SEGMENTATION_NOT_SUPPORTED,
|
service_data->invoke_id, ABORT_REASON_SEGMENTATION_NOT_SUPPORTED,
|
||||||
true);
|
true);
|
||||||
#if PRINT_ENABLED
|
#if PRINT_ENABLED
|
||||||
fprintf(stderr, "RP: Message too large. Sending Abort!\n");
|
fprintf(stderr, "RPM: Message too large. Sending Abort!\n");
|
||||||
#endif
|
#endif
|
||||||
goto RPM_ABORT;
|
goto RPM_ABORT;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user