X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;ds=sidebyside;f=src%2Ffilter_multi.cpp;h=b0bf21f9f37b48427f964e38f8cbf52d79f32974;hb=d0123337d70b0fb97b578cc57467bb94980f1014;hp=82e2f8ea0c7e97c04eb8ec2a6883654a7a07afd4;hpb=e9530d6289df9b848e4901d7c73f5a2f27706d66;p=metaproxy-moved-to-github.git diff --git a/src/filter_multi.cpp b/src/filter_multi.cpp index 82e2f8e..b0bf21f 100644 --- a/src/filter_multi.cpp +++ b/src/filter_multi.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2009 Index Data Metaproxy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -1180,7 +1180,6 @@ void mp::filter::Multi::configure(const xmlNode * ptr, bool test_only) { std::string route = mp::xml::get_route(ptr); std::string target = mp::xml::get_text(ptr); - std::cout << "route=" << route << " target=" << target << "\n"; m_p->m_target_route[target] = route; } else if (!strcmp((const char *) ptr->name, "hideunavailable")) @@ -1226,8 +1225,9 @@ extern "C" { /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil - * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */ +