X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=blobdiff_plain;f=main%2Fasterisk.c;h=d5247afe8ea13c1c6e1683de455748e3254398b7;hp=764d9b0a946ba80775ce11ea1058ea8c98616453;hb=6dafddbe39704e885df167debe1ff2739efb9591;hpb=593dcbe311978bd74adb73b18d07a94b1fc2fbbe;ds=sidebyside diff --git a/main/asterisk.c b/main/asterisk.c index 764d9b0..d5247af 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) {