and now with correct syntax..
This commit is contained in:
parent
0ee4fdde1c
commit
dce421c61d
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ while (1) {
|
|||
my $username = $user->{'attr'}->{'name'};
|
||||
print STDERR ×tamp . "--> $username has logged on. ($userindex)\n" if $showjoins;
|
||||
print LOG &logtimestamp . "--> $username has logged on. ($userindex)\n" if $logfile;
|
||||
if ($userindex != @users) print STDERR "Warning: userlist out of sync: local index = @users vs remote index = $userindex\n"
|
||||
print STDERR "Warning: userlist out of sync: local index = @users vs remote index = $userindex\n" if $userindex != @users;
|
||||
$users[@users] = $user;
|
||||
&serverstats() if $writestats;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue