[Commits] [SCM] claws branch, master, updated. 3.13.0-18-g4b812fc
ticho at claws-mail.org
ticho at claws-mail.org
Mon Oct 19 16:56:00 CEST 2015
The branch, master has been updated
via 4b812fcb035185c1edfb6efd81d3911f11f19771 (commit)
from aeb5b6ad61afcdaf27639eda07cefa55c058dac6 (commit)
Summary of changes:
src/plugins/rssyl/rssyl_update_feed.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 4b812fcb035185c1edfb6efd81d3911f11f19771
Author: Andrej Kacian <andrej at kacian.sk>
Date: Mon Oct 19 16:55:16 2015 +0200
Add a forgotten RSSyl: prefix to log_print message from previous commit.
diff --git a/src/plugins/rssyl/rssyl_update_feed.c b/src/plugins/rssyl/rssyl_update_feed.c
index 398a642..eef5753 100644
--- a/src/plugins/rssyl/rssyl_update_feed.c
+++ b/src/plugins/rssyl/rssyl_update_feed.c
@@ -150,8 +150,9 @@ void rssyl_fetch_feed(RFetchCtx *ctx, gboolean verbose)
} else if (feed_get_title(ctx->feed) == NULL) {
/* We shouldn't do this, since a title is mandatory. */
feed_set_title(ctx->feed, _("Untitled feed"));
- log_print(LOG_PROTOCOL, _("Possibly invalid feed without title at %s.\n"),
- feed_get_url(ctx->feed));
+ log_print(LOG_PROTOCOL,
+ _("RSSyl: Possibly invalid feed without title at %s.\n"),
+ feed_get_url(ctx->feed));
}
}
}
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list