From 6dafddbe39704e885df167debe1ff2739efb9591 Mon Sep 17 00:00:00 2001 From: "Dwayne M. Hubbard" Date: Thu, 3 Apr 2008 22:19:43 +0000 Subject: [PATCH] satisfy buildbot git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@112656 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/asterisk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {