fix a wrong error log message
[platform/core/uifw/download-fonts-service.git] / 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;
        }