mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
* AddressBook.cpp : mistype in log message
This commit is contained in:
parent
4599f6919c
commit
c605fd57aa
1 changed files with 1 additions and 1 deletions
|
@ -496,7 +496,7 @@ namespace client
|
||||||
});
|
});
|
||||||
if (newDataReceived.wait_for (l, std::chrono::seconds (SUBSCRIPTION_REQUEST_TIMEOUT)) == std::cv_status::timeout)
|
if (newDataReceived.wait_for (l, std::chrono::seconds (SUBSCRIPTION_REQUEST_TIMEOUT)) == std::cv_status::timeout)
|
||||||
{
|
{
|
||||||
LogPrint (eLogError, "Subscription LeseseSet request timeout expired");
|
LogPrint (eLogError, "Subscription LeaseSet request timeout expired");
|
||||||
i2p::client::context.GetSharedLocalDestination ()->CancelDestinationRequest (ident);
|
i2p::client::context.GetSharedLocalDestination ()->CancelDestinationRequest (ident);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue