Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31ab3296 authored by Brad Ebinger's avatar Brad Ebinger Committed by Automerger Merge Worker
Browse files

Merge "Fix wrong log" am: 8bf7a848 am: 862a80fa

Change-Id: Id9d67656e7554ea7121c09d0e2dd9899b9457bcc
parents c3b87752 862a80fa
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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);
                }
            }