From: Dwayne M. Hubbard Date: Thu, 3 Apr 2008 22:19:43 +0000 (+0000) Subject: satisfy buildbot X-Git-Tag: 1.6.2.0-beta1~2556 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dafddbe39704e885df167debe1ff2739efb9591;p=thirdparty%2Fasterisk.git satisfy buildbot git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@112656 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/asterisk.c b/main/asterisk.c index 764d9b0a94..d5247afe8e 100644 --- a/main/asterisk.c +++ b/main/asterisk.c @@ -3192,7 +3192,7 @@ int main(int argc, char *argv[]) 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) {