aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_sayunixtime.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-12-05 17:33:30 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-12-05 17:33:30 +0000
commit60024fdc29446a7a8a34cc41a32c4c8946d8078c (patch)
tree157916d1b07241bae6da1bacc9e34402644bdfa9 /apps/app_sayunixtime.c
parentd79f510cd3787c7c19a8acda518e8ef6682eb0e2 (diff)
Fix minor bogus message
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1832 f38db490-d61c-443f-a65b-d21fe96a405b
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");
}
}