summaryrefslogtreecommitdiff
path: root/cel
diff options
context:
space:
mode:
authorPaul Belanger <paul.belanger@polybeacon.com>2011-02-04 16:55:39 +0000
committerPaul Belanger <paul.belanger@polybeacon.com>2011-02-04 16:55:39 +0000
commit3556e4c2d46e8f8d8480c08f9aae049a53f3a493 (patch)
treea3d1da6c10bc2730a0a579368a28f804a074c035 /cel
parent9f65acf33e3cab60a9a4e635fe00e6abf2ddc561 (diff)
Replace ast_log(LOG_DEBUG, ...) with ast_debug()
(closes issue #18556) Reported by: kkm Review: https://reviewboard.asterisk.org/r/1071/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@306258 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'cel')
-rw-r--r--cel/cel_radius.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/cel/cel_radius.c b/cel/cel_radius.c
index 0e20571d5..6ffd9fef8 100644
--- a/cel/cel_radius.c
+++ b/cel/cel_radius.c
@@ -186,9 +186,7 @@ static void radius_log(const struct ast_event *event, void *userdata)
}
if (build_radius_record(&send, &record)) {
- if (option_debug) {
- ast_log(LOG_DEBUG, "Unable to create RADIUS record. CEL not recorded!\n");
- }
+ ast_debug(1, "Unable to create RADIUS record. CEL not recorded!\n");
goto return_cleanup;
}