Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
symas-public
ldap-load-gen
Commits
4074a371
Commit
4074a371
authored
Nov 15, 2021
by
Shawn McKinney
Browse files
improve log message
parent
4618a39c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/com/symas/CheckUser.java
View file @
4074a371
...
...
@@ -86,7 +86,7 @@ public class CheckUser extends LoadBase
private
void
duplicateBind
(
User
user
,
int
count
)
throws
SecurityException
{
warn
(
"DUPLICATE BIND["
+
count
+
"]: "
+
user
.
getUserId
()
);
warn
(
"DUPLICATE BIND["
+
count
+
"] repeat["
+
repeat
+
"] failures["
+
failures
+
"]: "
+
user
.
getUserId
()
);
for
(
int
i
=
0
;
i
<
repeat
;
i
++
)
{
for
(
int
j
=
0
;
j
<
failures
;
j
++
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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