summaryrefslogtreecommitdiff
path: root/sched.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-11-12 08:57:23 +0000
committerMark Spencer <markster@digium.com>2003-11-12 08:57:23 +0000
commit3a3722eb90c9e828d330f727d34c865caad2cde4 (patch)
treec240612da6db214a4bc538ce25b27bc54d753a0d /sched.c
parent078022fa64056910e2a3af47e867482252766b39 (diff)
Minor typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1727 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'sched.c')
-rwxr-xr-xsched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sched.c b/sched.c
index f8fdbca30..0aaccb832 100755
--- a/sched.c
+++ b/sched.c
@@ -225,7 +225,7 @@ int ast_sched_add(struct sched_context *con, int when, ast_sched_cb callback, vo
struct sched *tmp;
DEBUG(ast_log(LOG_DEBUG, "ast_sched_add()\n"));
if (!when) {
- ast_log(LOG_NOTICE, "Scheduled event in 0 ms?");
+ ast_log(LOG_NOTICE, "Scheduled event in 0 ms?\n");
return -1;
}
if ((tmp = sched_alloc(con))) {