Fix typo in warning message.

This commit is contained in:
Ghislain MARY 2012-10-30 21:47:12 +01:00
parent 01c990cb10
commit 31848a31cc

View file

@ -4051,7 +4051,7 @@ int linphone_core_set_video_device(LinphoneCore *lc, const char *id){
if (id!=NULL){
lc->video_conf.device=ms_web_cam_manager_get_cam(ms_web_cam_manager_get(),id);
if (lc->video_conf.device==NULL){
ms_warning("Could not found video device %s",id);
ms_warning("Could not find video device %s",id);
}
}
if (lc->video_conf.device==NULL)