Normalize g_warning's: no capitalization, no trailing punctuation or newline-char.
[claws.git] / src / plugins / vcalendar / vcal_folder.c
index 305d1e94b3c1e43b94726322a5beee5645b5e83a..6e419b69a2cc7e92f6bc0f1fd901296e80d1686c 100644 (file)
@@ -1745,7 +1745,7 @@ gboolean vcal_curl_put(gchar *url, FILE *fp, gint filesize, const gchar *user, c
 
        curl_easy_getinfo(curl_ctx, CURLINFO_RESPONSE_CODE, &response_code);
        if (response_code < 200 || response_code >= 300) {
-               g_warning("Can't export calendar, got code %ld", response_code);
+               g_warning("can't export calendar, got code %ld", response_code);
                res = FALSE;
        }
        curl_easy_cleanup(curl_ctx);