yiimp: log ip in debug message for unknown address (#263)

This commit is contained in:
crackfoo 2018-05-02 09:11:02 -03:00 committed by Tanguy Pruvot
parent 078ace3a65
commit 6fe2208e2e

View file

@ -70,7 +70,7 @@ function BackendUsersUpdate()
} }
if (empty($user->coinid)) { if (empty($user->coinid)) {
debuglog("{$user->username} is an unknown address!"); debuglog("{$user->hostaddr} - {$user->username} is an unknown address!");
} }
$user->save(); $user->save();