From: Jean-Philippe Orsini Date: Wed, 23 Apr 2014 09:57:45 +0000 (+0200) Subject: avoid to write debug msg to stdout X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=commitdiff_plain;h=802e56e5243418fbc0947d921bc39cdea03f028d avoid to write debug msg to stdout --- diff --git a/src/ttrss.c b/src/ttrss.c index d77007a..28f9280 100644 --- a/src/ttrss.c +++ b/src/ttrss.c @@ -95,7 +95,7 @@ struct headline *ttrss_get_headline(int id) static void get_article_content_cbk(int id, const char *content) { - printf("get_article_content_cbk %d\n", id); + log_debug("get_article_content_cbk %d\n", id); if (content) cache_put(id, content);