fixup Fix to build with libxml 2.12.x (fixes #505)
[platform/upstream/libzypp.git] / tools / zypp-NameReqPrv.cc
index 6568cad..ec2c8b0 100644 (file)
@@ -178,6 +178,10 @@ void dDump( const std::string & spec_r )
     {
       message << endl << "CONTENT: " << make<Pattern>(el)->contents();
     }
+    else if ( isKind<Patch>(el) )
+    {
+      message << endl << "STATUS: " << PoolItem(el);
+    }
   }
   message << endl << "}" << endl;
 }