Refactoring namespace for OpenWifi.

This commit is contained in:
stephb9959
2021-09-02 18:15:05 -07:00
parent 0cff9077ce
commit 8873c70e8a

View File

@@ -336,7 +336,7 @@ namespace OpenWifi {
std::lock_guard G(Mutex_);
auto It = UserCache_.find(Token);
std::cout << "Validating token" << std::endl;
std::cout << "Validating token: " << Token << std::endl;
if(It==UserCache_.end())
return false;