From a77bce0876a49e14455e06ced2f6d592713359a2 Mon Sep 17 00:00:00 2001 From: Jan Kupec Date: Fri, 25 Jul 2008 16:19:55 +0000 Subject: [PATCH] - dump correction --- zypp/Service.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zypp/Service.cc b/zypp/Service.cc index c44e8cb..052282a 100644 --- a/zypp/Service.cc +++ b/zypp/Service.cc @@ -84,7 +84,8 @@ namespace zypp void Service::dumpServiceOn( std::ostream& str ) const { str << endl; - str << "[" << name() << "]" << endl; + str << "[" << alias() << "]" << endl; + str << "name = " << name() << endl; str << "url = " << url() << endl; str << "enabled = " << ( enabled() ? "1" : "0") << endl; str << endl; -- 2.7.4