Delete meaningless error types 18/215118/1 accepted/tizen/unified/20191004.003604 submit/tizen/20191002.013808
authorMinje Ahn <minje.ahn@samsung.com>
Tue, 1 Oct 2019 23:28:00 +0000 (08:28 +0900)
committerMinje Ahn <minje.ahn@samsung.com>
Tue, 1 Oct 2019 23:28:00 +0000 (08:28 +0900)
Change-Id: I6dcf712db60f687000df22004863cecda168dabc
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
src/common/media-svc-noti.c

index 4a2b37d..32e46c2 100755 (executable)
@@ -34,7 +34,7 @@ static int __media_svc_publish_noti_by_item(media_svc_noti_item *noti_item)
                ret = media_db_update_send_internal(noti_item->pid, noti_item->update_item, noti_item->update_type, noti_item->path, noti_item->media_uuid, noti_item->media_type, noti_item->mime_type);
                if (ret != MS_MEDIA_ERR_NONE) {
                        media_svc_error("media_db_update_send_internal failed : %d [%s]", ret, noti_item->path);
-                       ret = MS_MEDIA_ERR_SEND_NOTI_FAIL;
+                       ret = MS_MEDIA_ERR_INTERNAL;
                } else {
                        media_svc_debug("media_db_update_send_internal success");
                }