Imported Upstream version 14.45.0
[platform/upstream/libzypp.git] / tools / zypp-NameReqPrv.cc
index da23d21..ca22da3 100644 (file)
@@ -78,7 +78,11 @@ void dDump( const std::string & spec_r )
   for ( const auto & el : q )
   {
     message << endl << "==============================" << endl << dump(el);
-    if ( isKind<Pattern>(el) )
+    if ( isKind<Product>(el) )
+    {
+      message << endl << "REPLACES: " << make<Product>(el)->replacedProducts();
+    }
+    else if ( isKind<Pattern>(el) )
     {
       message << endl << "CONTENT: " << make<Pattern>(el)->contents();
     }