Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
smradius
smradius
Commits
819476fc
Commit
819476fc
authored
May 15, 2019
by
Nigel Kukard
Browse files
Fixed debugging output
parent
62b4c897
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/smradius/attributes.pm
View file @
819476fc
...
...
@@ -612,7 +612,7 @@ sub setReplyVAttribute
@attrValues
=
(
$attribute
->
{'
Value
'}
);
}
$server
->
log
(
LOG_DEBUG
,"
[VATTRIBUTES] Processing REPLY attribute: '
"
.
$server
->
log
(
LOG_DEBUG
,"
[VATTRIBUTES] Processing REPLY
v
attribute: '
"
.
$attribute
->
{'
Name
'}
.
"
'
"
.
$attribute
->
{'
Operator
'}
.
"
'
"
.
join
("
','
",
@attrValues
)
.
"
'
");
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment