summaryrefslogtreecommitdiff
path: root/apps/app_record.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_record.c')
-rw-r--r--apps/app_record.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/app_record.c b/apps/app_record.c
index 863ba70e3..fc4bbcd83 100644
--- a/apps/app_record.c
+++ b/apps/app_record.c
@@ -336,8 +336,7 @@ static int record_exec(struct ast_channel *chan, void *data)
ast_frfree(f);
}
if (!f) {
- if (option_debug)
- ast_log(LOG_DEBUG, "Got hangup\n");
+ ast_debug(1, "Got hangup\n");
res = -1;
}