From: Marc Cromme Date: Thu, 14 Sep 2006 19:56:51 +0000 (+0000) Subject: pretty formatting initRequest printing X-Git-Tag: METAPROXY.1.0.7~64 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=d0ef7f7e1c9e8a4d530f8df1b88b3318bc1dbc61;p=metaproxy-moved-to-github.git pretty formatting initRequest printing --- diff --git a/src/gduutil.cpp b/src/gduutil.cpp index 210989c..0a75f64 100644 --- a/src/gduutil.cpp +++ b/src/gduutil.cpp @@ -1,4 +1,4 @@ -/* $Id: gduutil.cpp,v 1.6 2006-09-07 12:12:21 adam Exp $ +/* $Id: gduutil.cpp,v 1.7 2006-09-14 19:56:51 marc Exp $ Copyright (c) 2005-2006, Index Data. See the LICENSE file for details @@ -114,7 +114,7 @@ std::ostream& std::operator<<(std::ostream& os, Z_APDU& zapdu) os << a->u.idPass->userId << " "; //<< ":" << a->u.idPass->groupId << " "; else - os << "--" << " "; + os << "-" << " "; std::list vhosts; mp::util::get_vhost_otherinfo(ir->otherInfo, vhosts); @@ -123,7 +123,7 @@ std::ostream& std::operator<<(std::ostream& os, Z_APDU& zapdu) ostream_iterator(os, " ")); } else - os << "--" << " " ; + os << "-" << " " ; os << (ir->implementationId) << " " //<< ir->referenceId << " "