Revision: 157
http://svn.sourceforge.net/redbutton/?rev=157&view=rev
Author: skilvington
Date: 2006-12-14 05:39:40 -0800 (Thu, 14 Dec 2006)
Log Message:
-----------
print PIDs we are reading in verbose mode
Modified Paths:
--------------
redbutton-download/trunk/table.c
Modified: redbutton-download/trunk/table.c
===================================================================
--- redbutton-download/trunk/table.c 2006-12-14 11:47:16 UTC (rev 156)
+++ redbutton-download/trunk/table.c 2006-12-14 13:39:40 UTC (rev 157)
@@ -203,6 +203,8 @@
if(car->pids[i].pid == pid)
return;
+ verbose("Adding PID %u to filter", pid);
+
/* add a new PID data structure */
car->npids ++;
car->pids = safe_realloc(car->pids, car->npids * sizeof(struct pid_fds));
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|