Changed debug print to properly identify service as RPM and not RP

This commit is contained in:
petermcs
2010-01-25 10:36:37 +00:00
parent c8d56cb6d3
commit 0b76dd08c9
+1 -1
View File
@@ -430,7 +430,7 @@ void handler_read_property_multiple(
service_data->invoke_id, ABORT_REASON_SEGMENTATION_NOT_SUPPORTED,
true);
#if PRINT_ENABLED
fprintf(stderr, "RP: Message too large. Sending Abort!\n");
fprintf(stderr, "RPM: Message too large. Sending Abort!\n");
#endif
goto RPM_ABORT;
}