From d94279554c078c431e7b6fd4c83c2c7038593d47 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Fri, 5 Dec 2003 17:33:30 +0000 Subject: [PATCH] Fix minor bogus message git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1832 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_sayunixtime.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/app_sayunixtime.c b/apps/app_sayunixtime.c index 2419ce53cf..bfefad3d7e 100755 --- a/apps/app_sayunixtime.c +++ b/apps/app_sayunixtime.c @@ -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"); } }