- Timestamp:
- Feb 28, 2011 7:18:33 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia-audiodev/coreaudio_dev.c
r3413 r3422 292 292 if (ostatus != kAudioSessionNoError) { 293 293 PJ_LOG(4, (THIS_FILE, 294 " Error: cannot initialize audio session services (%i)",294 "Warning: cannot initialize audio session services (%i)", 295 295 ostatus)); 296 296 } … … 303 303 if (ostatus != kAudioSessionNoError) { 304 304 PJ_LOG(4, (THIS_FILE, 305 " Error: cannot set the audio session category (%i)",305 "Warning: cannot set the audio session category (%i)", 306 306 ostatus)); 307 307 } … … 313 313 if (ostatus != kAudioSessionNoError) { 314 314 PJ_LOG(4, (THIS_FILE, 315 " Error: cannot listen for audio route change "315 "Warning: cannot listen for audio route change " 316 316 "notifications (%i)", ostatus)); 317 317 }
Note: See TracChangeset
for help on using the changeset viewer.