avoid to write debug msg to stdout
authorJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 23 Apr 2014 09:57:45 +0000 (11:57 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 23 Apr 2014 09:57:45 +0000 (11:57 +0200)
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);