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

Commit 10f44a77 authored by Grant Menke's avatar Grant Menke
Browse files

Fix typo in handleSimultaneousCallingChanged Exception log.

This one line fix resolves a typo in the log line that is printed when handleSimultaneousCallingChanged catches an exception.

Flag: EXEMPT log update only
Bug: 328293858
Test: log update only
Change-Id: I98723183b84a0d5743d7eb0814b801d91cd1a364
parent 59723b1e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -494,7 +494,7 @@ public class SimultaneousCallingTracker {
                l.onSimultaneousCallingSupportChanged(simultaneousCallSubscriptionIdMap);
            }
        } catch (Exception e) {
            Log.w(LOG_TAG, "handleVideoCapabilitiesChanged: Exception = " + e);
            Log.w(LOG_TAG, "handleSimultaneousCallingSupportChanged: Exception = " + e);
        }
    }