Skip to content

Commit

Permalink
빌드오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkJongSang committed Oct 16, 2023
1 parent 66f1097 commit ebbd346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NuguClientKit/Sources/Audio/AudioSessionManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ private extension AudioSessionManager {
options: categoryOptions
)

log.debug("set audio session: \(AVAudioSession.Category.playAndRecord), options: \(options)")
log.debug("set audio session: \(AVAudioSession.Category.playAndRecord), options: \(categoryOptions)")

try AVAudioSession.sharedInstance().setActive(true)

Expand Down

0 comments on commit ebbd346

Please sign in to comment.