Fixes Coverity CIDs: 1220388 1372362 1220222 1358399 1223756 1223757 1220305 1220269...
[claws.git] / src / plugins / rssyl / opml_export.c
index bc165eeabad6130bbed51897b1818155b27fa6db..6bde5806d10fb8473c93a59bbf83ebe130b6bc98 100644 (file)
@@ -130,7 +130,7 @@ void rssyl_opml_export(void)
                        log_warning(LOG_PROTOCOL,
                                        _("RSSyl: Couldn't delete old OPML file '%s': %s\n"),
                                        opmlfile, g_strerror(errno));
-                       debug_print("RSSyl: couldn't delete old file '%s'\n", opmlfile);
+                       debug_print("RSSyl: Couldn't delete old file '%s'\n", opmlfile);
                        g_free(opmlfile);
                        return;
                }