emotion: lower warning on webcam access error to information (Not critical anyway).

This commit is contained in:
Cedric BAIL 2013-12-13 11:27:20 +09:00
parent 675309d9d9
commit d55164c5a2
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ _emotion_check_device(Emotion_Webcam *ew)
on_error:
#endif
EINA_LOG_ERR("'%s' is not a webcam ['%s']", ew->name, strerror(errno));
INF("'%s' is not a webcam ['%s']", ew->name, strerror(errno));
eina_stringshare_del(ew->syspath);
eina_stringshare_del(ew->device);
eina_stringshare_del(ew->name);