audio: fix spelling mistakes

CommunicationRouteClient could not not unregistered to binder

Change-Id: Ib523c3128c51627201299e811123131f7d02dbcd
Signed-off-by: zhangjincheng <zhangjincheng@xiaomi.com>
This commit is contained in:
zhangjincheng
2022-06-22 14:09:19 +08:00
committed by jincheng zhang
parent c056bd22a3
commit f8e124630c

View File

@@ -1787,7 +1787,7 @@ import java.util.concurrent.atomic.AtomicBoolean;
try {
mCb.unlinkToDeath(this, 0);
} catch (NoSuchElementException e) {
Log.w(TAG, "CommunicationRouteClient could not not unregistered to binder");
Log.w(TAG, "CommunicationRouteClient could not unlink to " + mCb + " binder death");
}
}