avoid to write debug msg to stdout
[prss.git] / src / ttrss.c
index d77007a..28f9280 100644 (file)
@@ -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);