mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 15:49:56 +00:00
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
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user