- dump correction
authorJan Kupec <jkupec@suse.cz>
Fri, 25 Jul 2008 16:19:55 +0000 (16:19 +0000)
committerJan Kupec <jkupec@suse.cz>
Fri, 25 Jul 2008 16:19:55 +0000 (16:19 +0000)
zypp/Service.cc

index c44e8cb..052282a 100644 (file)
@@ -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;