fix a wrong error log message 20/195120/1 accepted/tizen/unified/20181220.061718 submit/tizen/20181218.080725 submit/tizen/20181219.071252
authorYoungbok Shin <youngb.shin@samsung.com>
Tue, 11 Dec 2018 02:19:28 +0000 (11:19 +0900)
committerYoungbok Shin <youngb.shin@samsung.com>
Tue, 11 Dec 2018 02:20:17 +0000 (11:20 +0900)
Change-Id: I321726f60ecf9057ed609500f97d340c54869ca4

pkgmgr_font/src/font_service_register.c

index 52a3ae6..1dd1173 100755 (executable)
@@ -478,7 +478,7 @@ static int do_install(const char *parent, const char *appid, const char *rootpat
 
        if (ret < 0)
        {
-               DEBUG_ERROR("install is failed \n", destdir);
+               DEBUG_ERROR("install is failed to [%s]\n", destdir);
                goto FAIL;
        }