mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 09:27:25 +00:00
yiimp: log ip in debug message for unknown address (#263)
This commit is contained in:
parent
078ace3a65
commit
6fe2208e2e
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ function BackendUsersUpdate()
|
|||
}
|
||||
|
||||
if (empty($user->coinid)) {
|
||||
debuglog("{$user->username} is an unknown address!");
|
||||
debuglog("{$user->hostaddr} - {$user->username} is an unknown address!");
|
||||
}
|
||||
|
||||
$user->save();
|
||||
|
|
Loading…
Add table
Reference in a new issue