From 951bfb9950483499f0666db2e3453ce25457a2b9 Mon Sep 17 00:00:00 2001 From: Duncan Mac-Vicar P Date: Mon, 27 Mar 2006 10:14:54 +0000 Subject: [PATCH] make error more verbose --- zypp/source/susetags/ProductMetadataParser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zypp/source/susetags/ProductMetadataParser.cc b/zypp/source/susetags/ProductMetadataParser.cc index e432cb4..1896e87 100644 --- a/zypp/source/susetags/ProductMetadataParser.cc +++ b/zypp/source/susetags/ProductMetadataParser.cc @@ -133,7 +133,7 @@ namespace zypp else if(key == "KEY") parseFileCheckSum( key, value, prodImpl->_signing_keys); else - DBG << "parse error" << std::endl; + DBG << "Unknown key [" << key << "] with value [" << value << "]" << std::endl; } else if (!buffer.empty()) { -- 2.7.4