[Commits] [SCM] claws branch, master, updated. 4.3.1-55-g22317fb2c

wwp at claws-mail.org wwp at claws-mail.org
Sat Mar 22 17:20:48 UTC 2025


The branch, master has been updated
       via  22317fb2c476aaf49351f6d7bd1ff4e7bb6c7db8 (commit)
      from  5fadba14ac849de1d008c691d4bcf11172b53f1c (commit)

Summary of changes:
 src/plugins/rssyl/rssyl_update_feed.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 22317fb2c476aaf49351f6d7bd1ff4e7bb6c7db8
Author: wwp <subscript at free.fr>
Date:   Sat Mar 22 18:20:21 2025 +0100

    RSSyl plugin: allow enhanced debug msg filtering by making sure all plugin debug messages are prefixed with 'RSSyl:'.

diff --git a/src/plugins/rssyl/rssyl_update_feed.c b/src/plugins/rssyl/rssyl_update_feed.c
index e26f9fc09..3fa9a5b53 100644
--- a/src/plugins/rssyl/rssyl_update_feed.c
+++ b/src/plugins/rssyl/rssyl_update_feed.c
@@ -400,7 +400,7 @@ void rssyl_update_recursively(FolderItem *item, gboolean manual_refresh)
 	g_return_if_fail(item->folder != NULL);
 	g_return_if_fail(item->folder->klass == rssyl_folder_get_class());
 
-	debug_print("Recursively updating '%s'\n", item->name);
+	debug_print("RSSyl: Recursively updating '%s'\n", item->name);
 
 	g_node_traverse(item->node, G_PRE_ORDER, G_TRAVERSE_ALL, -1,
 			manual_refresh ? rssyl_update_recursively_manually_func : rssyl_update_recursively_automated_func,

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list