Merge "Fix wrong log"

This commit is contained in:
Brad Ebinger
2020-05-04 19:08:01 +00:00
committed by Gerrit Code Review

View File

@@ -403,8 +403,7 @@ public class ImsSmsImplBase {
message.mWrappedSmsMessage.mMessageRef,
STATUS_REPORT_STATUS_ERROR);
} else {
Log.w(LOG_TAG,
"onSmsStatusReportReceivedWithoutMessageRef: Invalid pdu entered.");
Log.w(LOG_TAG, "onSmsStatusReportReceived: Invalid pdu entered.");
acknowledgeSmsReport(token, 0, STATUS_REPORT_STATUS_ERROR);
}
}