Browse Source

* AddressBook.cpp : mistype in log message

pull/308/head
hagen 9 years ago
parent
commit
c605fd57aa
  1. 2
      AddressBook.cpp

2
AddressBook.cpp

@ -496,7 +496,7 @@ namespace client @@ -496,7 +496,7 @@ namespace client
});
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);
}
}

Loading…
Cancel
Save