Changeset - daf9143bf260
[Not reviewed]
0 1 0
Dominik - 13 years ago 2012-01-27 18:41:47
meyerd@mytum.de
- forgot to disable logging
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/userregistration.cpp
Show inline comments
 
@@ -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;
0 comments (0 inline, 0 general)