dect
/
asterisk
Archived
13
0
Fork 0

Minor typo

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1727 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2003-11-12 08:57:23 +00:00
parent 3c4cde9191
commit f888cca3ec
1 changed files with 1 additions and 1 deletions

View File

@ -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))) {