summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDwayne M. Hubbard <dwayne.hubbard@gmail.com>2008-04-03 22:19:43 +0000
committerDwayne M. Hubbard <dwayne.hubbard@gmail.com>2008-04-03 22:19:43 +0000
commit6dafddbe39704e885df167debe1ff2739efb9591 (patch)
treec12210b743046436339be570dbfd5560f1093a26
parent593dcbe311978bd74adb73b18d07a94b1fc2fbbe (diff)
satisfy buildbot
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@112656 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--main/asterisk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/asterisk.c b/main/asterisk.c
index 764d9b0a9..d5247afe8 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) {