Revision: 6084 Author: [email protected] Date: Thu Sep 3 14:56:24 2009 Log: Missing paren in debug message.
http://code.google.com/p/google-web-toolkit/source/detail?r=6084 Modified: /changes/jat/plugins/plugins/common/AllowedConnections.cpp ======================================= --- /changes/jat/plugins/plugins/common/AllowedConnections.cpp Sun Aug 30 08:28:05 2009 +++ /changes/jat/plugins/plugins/common/AllowedConnections.cpp Thu Sep 3 14:56:24 2009 @@ -85,7 +85,7 @@ void AllowedConnections::addRule(const std::string& pattern, bool exclude) { Debug::log(Debug::Spam) << "AllowedConnections::addRule(pattern=" << pattern - << ", excl=" << exclude << Debug::flush; + << ", excl=" << exclude << ")" << Debug::flush; rules.push_back(AllowedConnections::Rule(pattern, exclude)); } --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
