mirror of
https://github.com/inspircd/inspircd.git
synced 2025-04-02 22:30:04 -04:00
Unimportant extra debug
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8291 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
8d14831d67
commit
3620ab4e09
@ -356,7 +356,7 @@ class ModuleIdent : public Module
|
|||||||
if (ServerInstance->next_call > compare)
|
if (ServerInstance->next_call > compare)
|
||||||
ServerInstance->next_call = compare;
|
ServerInstance->next_call = compare;
|
||||||
|
|
||||||
ServerInstance->Log(DEBUG, "Has ident_socket. Time=%ld age=%ld RequestTimeout=%ld compare=%ld", ServerInstance->Time(), isock->age, RequestTimeout, compare);
|
ServerInstance->Log(DEBUG, "Has ident_socket. Time=%ld age=%ld RequestTimeout=%ld compare=%ld has result=%d", ServerInstance->Time(), isock->age, RequestTimeout, compare, isock->HasResult());
|
||||||
|
|
||||||
if ((ServerInstance->Time() >= compare) && !isock->HasResult())
|
if ((ServerInstance->Time() >= compare) && !isock->HasResult())
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user