Imported Upstream version 17.25.4
[platform/upstream/libzypp.git] / zypp / ServiceInfo.cc
index 04bfcb2..dc7684a 100644 (file)
@@ -173,7 +173,7 @@ namespace zypp
   std::ostream & ServiceInfo::dumpAsIniOn( std::ostream & str ) const
   {
     RepoInfoBase::dumpAsIniOn(str)
-      << "url = " << rawUrl() << endl
+      << "url = " << hotfix1050625::asString( rawUrl() ) << endl
       << "type = " << type() << endl;
 
     if ( ttl() )