Git-Url:
http://git.frugalware.org/gitweb/gitweb.cgi?p=fun.git;a=commitdiff;h=6189fe96548e1aa37378b4352df797ab23901e7c
commit 6189fe96548e1aa37378b4352df797ab23901e7c
Author: Priyank <[EMAIL PROTECTED]>
Date: Wed Apr 30 21:04:51 2008 +0530
removed some more debug printfs
diff --git a/src/fun-news_backend.c b/src/fun-news_backend.c
index 83caee3..e54146d 100644
--- a/src/fun-news_backend.c
+++ b/src/fun-news_backend.c
@@ -268,13 +268,13 @@ fun_save_news_to_file (NewsItem *item)
if (fun_add_entry_to_newslist(item->id)!=0)
{
- g_print ("couldn't add to new list\n");
+ //g_print ("couldn't add to new list\n");
return -1;
}
fp = fopen (path, "w");
if (fp == NULL)
{
- g_print ("Error opening news file\n");
+ //g_print ("Error opening news file\n");
return -1;
}
//printf ("saving news with id: %d\n", item->id);
@@ -514,7 +514,7 @@ fun_news_rss_fetch_thread (void *ptr)
gchar *path = NULL;
gchar *dir = NULL;
- g_print ("i entered fun_news_rss_fetch_thread()\n");
+ //g_print ("i entered fun_news_rss_fetch_thread()\n");
curl = curl_easy_init ();
if (curl)
{
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git