summaryrefslogtreecommitdiff
path: root/apps/app_sayunixtime.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-12-05 17:33:30 +0000
committerMark Spencer <markster@digium.com>2003-12-05 17:33:30 +0000
commitd94279554c078c431e7b6fd4c83c2c7038593d47 (patch)
tree157916d1b07241bae6da1bacc9e34402644bdfa9 /apps/app_sayunixtime.c
parent9270beada5c998e7275864c031a006a8a7970bc5 (diff)
Fix minor bogus message
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1832 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_sayunixtime.c')
-rwxr-xr-xapps/app_sayunixtime.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_sayunixtime.c b/apps/app_sayunixtime.c
index 2419ce53c..bfefad3d7 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");
}
}