summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric BAIL <cedric.bail@samsung.com>2013-12-13 11:27:20 +0900
committerCedric BAIL <cedric.bail@samsung.com>2013-12-13 11:30:46 +0900
commitd55164c5a22806bd74fabb39678ddd4ddfd3694e (patch)
tree544fb829dd5c9bc0d10190cad407699521b0372d
parent675309d9d91fd8a21588e67944e2a3c702bf0983 (diff)
emotion: lower warning on webcam access error to information (Not critical anyway).
-rw-r--r--src/lib/emotion/emotion_webcam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/emotion/emotion_webcam.c b/src/lib/emotion/emotion_webcam.c
index 6302742fd..49992c30f 100644
--- a/src/lib/emotion/emotion_webcam.c
+++ b/src/lib/emotion/emotion_webcam.c
@@ -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);