[asterisk-commits] russell: branch group/asterisk-cpp r168438 - /team/group/asterisk-cpp/main/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sun Jan 11 11:39:30 CST 2009


Author: russell
Date: Sun Jan 11 11:39:30 2009
New Revision: 168438

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=168438
Log:
taskprocessor.c compiles

Modified:
    team/group/asterisk-cpp/main/taskprocessor.c

Modified: team/group/asterisk-cpp/main/taskprocessor.c
URL: http://svn.digium.com/svn-view/asterisk/team/group/asterisk-cpp/main/taskprocessor.c?view=diff&rev=168438&r1=168437&r2=168438
==============================================================================
--- team/group/asterisk-cpp/main/taskprocessor.c (original)
+++ team/group/asterisk-cpp/main/taskprocessor.c Sun Jan 11 11:39:30 2009
@@ -299,7 +299,7 @@
   		ast_mutex_unlock(&i->taskprocessor_lock);
  		/* stuff is in the queue */
  		if (!(t = tps_taskprocessor_pop(i))) {
- 			ast_log(LOG_ERROR, "Wtf?? %d tasks in the queue, but we're popping blanks!\n", size);
+ 			ast_log(LOG_ERROR, "Wtf?? %d tasks in the queue, but we're popping blanks!\n", (int) size);
  			continue;
  		}
  		if (!t->execute) {




More information about the asterisk-commits mailing list