[asterisk-commits] dhubbard: trunk r112656 - /trunk/main/asterisk.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Apr 3 17:19:44 CDT 2008


Author: dhubbard
Date: Thu Apr  3 17:19:43 2008
New Revision: 112656

URL: http://svn.digium.com/view/asterisk?view=rev&rev=112656
Log:
satisfy buildbot

Modified:
    trunk/main/asterisk.c

Modified: trunk/main/asterisk.c
URL: http://svn.digium.com/view/asterisk/trunk/main/asterisk.c?view=diff&rev=112656&r1=112655&r2=112656
==============================================================================
--- trunk/main/asterisk.c (original)
+++ trunk/main/asterisk.c Thu Apr  3 17:19:43 2008
@@ -3192,7 +3192,7 @@
 		fd = open("/dev/zap/timer", O_RDWR);
 		if (fd >= 0) {
 			if (ioctl(fd, ZT_TIMERCONFIG, &x)) {
-				ast_log(LOG_ERROR, "You have Zaptel built and drivers loaded, but the Zaptel timer test failed to set ZT_TIMERCONFIG to \'%d\'.\n", x);
+				ast_log(LOG_ERROR, "You have Zaptel built and drivers loaded, but the Zaptel timer test failed to set ZT_TIMERCONFIG to %d.\n", x);
 				exit(1);
 			}
 			if ((x = ast_wait_for_input(fd, 300)) < 0) {




More information about the asterisk-commits mailing list