Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit f1025b9

Browse files
committed
Merge pull request #96 from BaranekD/logging
Fixed logging in PerunAttributes
1 parent b8141c8 commit f1025b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Auth/Process/PerunAttributes.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,11 @@ public function process(&$request)
121121
} else {
122122
throw new Exception(
123123
'sspmod_perun_Auth_Process_PerunAttributes - Unsupported attribute type. ' .
124-
'Attribute \$attrName, Supported types: string, array.'
124+
'Attribute ' . $attrName . ', Supported types: string, array.'
125125
);
126126
}
127127

128-
Logger::debug('perun:PerunAttributes: perun attribute $attrName was fetched. ' .
128+
Logger::debug('perun:PerunAttributes: perun attribute ' . $attrName . ' was fetched. ' .
129129
'Value ' . implode(',', $value) .
130130
' is being setted to ssp attributes ' . implode(',', $attrArray));
131131

0 commit comments

Comments
 (0)