Skip to content

Commit 09ec011

Browse files
committed
Fix typo
1 parent 70272d0 commit 09ec011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/objc/components/audio/RTCAudioCustomProcessingAdapter.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ void Process(AudioBuffer *audio_buffer) override {
8383

8484
void SetDelegate(__weak id<RTC_OBJC_TYPE(RTCAudioCustomProcessingDelegate)> delegate) {
8585
RTC_LOG(LS_INFO) << "RTCAudioCustomProcessingAdapter SetDelegate: "
86-
<< (delegate != nullptr ? "YES" : "NOsssssssdqadqwedqwedqwef");
86+
<< (delegate != nullptr ? "YES" : "NO");
8787

8888
os_unfair_lock_lock(&lock_);
8989
// Release previous.

0 commit comments

Comments
 (0)