Fixed format error
[platform/core/connectivity/net-config.git] / src / wifi-eap-config.c
index 48597c9..5b40642 100755 (executable)
@@ -208,7 +208,7 @@ static gboolean __netconfig_copy_config(const char *src, const char *dst)
                g_error_free(error);
        }
 
-       INFO("Successfully installed[%d]", length);
+       INFO("Successfully installed[%zd]", length);
        g_free(buf);
 
        if (remove(src) != 0)