aboutsummaryrefslogtreecommitdiff
path: root/brep/search.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'brep/search.cxx')
-rw-r--r--brep/search.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/brep/search.cxx b/brep/search.cxx
index cc3cee2..683016c 100644
--- a/brep/search.cxx
+++ b/brep/search.cxx
@@ -21,10 +21,10 @@ namespace brep
throw invalid_request ("search parameters expected");
if (ps.size () > 100)
- fail << "too many parameters: " < ps.size () <<
+ fail << "too many parameters: " << ps.size () <<
info << "are you crazy to specify so many?";
- info << "handling search request from " << rq.client_ip ();
+ info << "handling search request from "; // << rq.client_ip ();
level2 ([&]{trace << "search request with " << ps.size () << " params";});