Remove \n in dlog msg 17/147817/1
authorHaejeong Kim <backto.kim@samsung.com>
Wed, 6 Sep 2017 01:14:12 +0000 (10:14 +0900)
committerHaejeong Kim <backto.kim@samsung.com>
Wed, 6 Sep 2017 01:14:36 +0000 (10:14 +0900)
Change-Id: I646b8ee34192b134aca176a951d152c2a85fbfc7

src/common/media-svc-media-folder.c

index d427f9e..9b8958f 100755 (executable)
@@ -200,7 +200,7 @@ static int __media_svc_get_and_append_parent_folder(sqlite3 *handle, const char
 
                        media_svc_error("[No-Error] New Appended folder path [%s], folder_uuid [%s]", dir_path, folder_uuid);
                } else {
-                       media_svc_error("EXIST dir path : %s\n", dir_path);
+                       media_svc_error("EXIST dir path : %s", dir_path);
                }
 
                SAFE_FREE(dir_path);