- forgot to disable logging
This commit is contained in:
parent
7619b9e2b2
commit
daf9143bf2
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ bool UserRegistration::handleSetRequest(const Swift::JID& from, const Swift::JID
|
|||
sendResponse(from, id, InBandRegistrationPayload::ref());
|
||||
return true;
|
||||
}
|
||||
Swift::logging = true;
|
||||
// Swift::logging = true;
|
||||
bool validLocal = false;
|
||||
std::string localLookupServer = CONFIG_STRING(m_config, "registration.local_account_server");
|
||||
std::string localLookupJID = local_username + std::string("@") + localLookupServer;
|
||||
|
|
Loading…
Add table
Reference in a new issue