Actions
Bug #68087
closedSaltedPasswordService.php calls $this->writeLogMessage with too many parameters
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-07-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
writeLogMessage in SaltedPasswordService.php has just one param. However it is called with few additional in multiple places.
Updated by David Greiner over 9 years ago
Hi Tymoteusz!
Method writeLogMessage() in SaltedPasswordService.php checks whether further arguments existing (using func_num_args(), func_get_args()), and if so, these arguments are used within vsprintf(...) to form proper messages.
Furthermore this is documented in the phpdoc comments above this method.
However, are you in trouble with this? Do you noticed some errors or warnings in your log files?
Updated by Tymoteusz Motylewski over 9 years ago
- Status changed from New to Rejected
hi,
Didn't notice that. I'm closing the issue.
Actions