[0.2.93] fix dlog format error 49/194749/1 accepted/tizen/unified/20181210.060104 submit/tizen/20181207.071831
authorEunhae Choi <eunhae1.choi@samsung.com>
Fri, 7 Dec 2018 06:07:34 +0000 (15:07 +0900)
committerEunhae Choi <eunhae1.choi@samsung.com>
Fri, 7 Dec 2018 06:07:34 +0000 (15:07 +0900)
Change-Id: I7e874da33ffbca0d6cb8800698c4a3aee4bbec4c

legacy/src/legacy_player.c
packaging/mmsvc-player.spec

index 1f710c8457ad3f0b829426e4639c1be4488845c1..6586c1fa274734f9c4ab400a91ca5980bbd9f61a 100644 (file)
@@ -2462,11 +2462,11 @@ int legacy_player_set_display(player_h player, player_display_type_e type, unsig
 
                if (ret != MM_ERROR_NONE) {
                        handle->display_handle = temp;
-                       LOGE("[%s] Failed to display surface change :%d", __FUNCTION__, ret);
+                       LOGE("Failed to display surface change: %d", ret);
                } else {
                        if (type != PLAYER_DISPLAY_TYPE_NONE) {
                                handle->display_type = type;
-                               LOGI("[%s] video display has been changed- type :%d, addr : 0x%x", __FUNCTION__, handle->display_type, handle->display_handle);
+                               LOGI("video display has been changed- type: %d, addr: %p", handle->display_type, handle->display_handle);
                        } else {
                                LOGI("NULL surface");
                        }
@@ -2477,14 +2477,14 @@ int legacy_player_set_display(player_h player, player_display_type_e type, unsig
                if (ret != MM_ERROR_NONE) {
                        handle->display_handle = temp;
                        if (ret == MM_ERROR_NOT_SUPPORT_API) {
-                               LOGE("[%s] change video sink is not available.", __FUNCTION__);
+                               LOGE("change video sink is not available.");
                                ret = PLAYER_ERROR_NONE;
                        } else {
-                               LOGE("[%s] Failed to display surface change :%d", __FUNCTION__, ret);
+                               LOGE("Failed to display surface change: %d", ret);
                        }
                } else {
                        handle->display_type = type;
-                       LOGI("[%s] video display has been changed- type :%d, addr : 0x%x", __FUNCTION__, handle->display_type, handle->display_handle);
+                       LOGI("video display has been changed- type: %d, addr: %p", handle->display_type, handle->display_handle);
                }
        }
 
index c9a677615d450d9837f37a12b552c4aa72d6b7eb..e8874f777877ad2201527d35f1f99a3304c1035d 100644 (file)
@@ -1,6 +1,6 @@
 Name:       mmsvc-player
 Summary:    A Media Player module for muse server
-Version:    0.2.92
+Version:    0.2.93
 Release:    0
 Group:      Multimedia/Libraries
 License:    Apache-2.0