- Timestamp:
- Dec 28, 2016 3:40:07 AM (8 years ago)
- Location:
- pjproject/branches/projects/uwp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/uwp
- Property svn:mergeinfo changed
/pjproject/trunk (added) merged: 5209,5212-5234,5237-5253,5255,5257-5292,5294-5297,5299-5332,5334-5394,5396-5438,5440-5469,5471-5496,5498-5510
- Property svn:mergeinfo changed
-
pjproject/branches/projects/uwp/pjmedia/src/pjmedia/echo_webrtc.c
r5186 r5513 210 210 } 211 211 212 PJ_LOG(3, (THIS_FILE, "WebRTC AEC%s successfully created with options %d", 213 #if PJMEDIA_WEBRTC_AEC_USE_MOBILE 214 " mobile", options)); 215 #else 216 "", options)); 212 #if PJMEDIA_WEBRTC_AEC_USE_MOBILE 213 PJ_LOG(3, (THIS_FILE, "WebRTC AEC mobile successfully created with " 214 "options %d", options)); 215 #else 216 PJ_LOG(3, (THIS_FILE, "WebRTC AEC successfully created with " 217 "options %d", options)); 217 218 #endif 218 219
Note: See TracChangeset
for help on using the changeset viewer.