[0.6.211] Fix build error 83/219183/1 accepted/tizen/unified/20191203.121726 submit/tizen/20191203.023505
authorGilbok Lee <gilbok.lee@samsung.com>
Tue, 3 Dec 2019 02:24:16 +0000 (11:24 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Tue, 3 Dec 2019 02:24:16 +0000 (11:24 +0900)
Change-Id: I6b6bb91c8b760545f812c681e07a60d36d077401

src/mm_player_utils.c

index c226d90..dfddc91 100644 (file)
@@ -317,7 +317,7 @@ _mmplayer_exist_file_path(const char *file_path)
        }
 
        if (fd < FD_NUM_FOR_DEBUG)
-               LOGW(("close fd %d", fd);
+               LOGW("close fd %d", fd);
        close(fd);
 
        return MM_ERROR_NONE;