dect
/
asterisk
Archived
13
0
Fork 0

Fix minor bogus message

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1832 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2003-12-05 17:33:30 +00:00
parent d79f510cd3
commit 60024fdc29
1 changed files with 2 additions and 2 deletions

View File

@ -76,9 +76,9 @@ static int sayunixtime_exec(struct ast_channel *chan, void *data)
if (s) {
format = s;
}
} else {
ast_log(LOG_ERROR, "Out of memory error\n");
}
} else {
ast_log(LOG_ERROR, "Out of memory error\n");
}
}