fix misprint on log 88/51988/1
authorJihae Yi <jihae.yi@samsung.com>
Wed, 18 Nov 2015 03:29:04 +0000 (12:29 +0900)
committerJihae Yi <jihae.yi@samsung.com>
Wed, 18 Nov 2015 03:29:04 +0000 (12:29 +0900)
Change-Id: I4e8ac7d908c77da8e778d12baaaf3bf600561407

src/media_packet.c

index 4ed3be768cc874f093e5945cbfa26752d6a79c3d..5b625bd16d0db28aa5ef34dba62b4053d21b0fbd 100755 (executable)
@@ -1256,7 +1256,7 @@ int media_packet_destroy(media_packet_h packet)
        /* unreference media_format */
        media_format_unref(handle->format);
 
-       LOGI("The packet handle(%p) is will be destroyed..\n", handle);
+       LOGI("The packet handle(%p) will be destroyed..\n", handle);
 
        free(handle);
        handle = NULL;
@@ -1307,7 +1307,7 @@ static uint32_t _convert_to_tbm_surface_format(media_format_mimetype_e format_ty
                tbm_format = TBM_FORMAT_ARGB8888;
                break;
        default:
-               LOGE("Invalid format mime type!");
+               LOGE("Invalid media format mime type!");
                tbm_format = 0;
                break;
        }