From c979c0de4e5b477a947531cc6c868003d5338ae4 Mon Sep 17 00:00:00 2001 From: Axel Naumann Date: Tue, 16 Sep 2014 11:01:36 +0200 Subject: [PATCH] Be more specific in error message. --- core/metautils/src/XMLReader.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/metautils/src/XMLReader.cxx b/core/metautils/src/XMLReader.cxx index dfee0d7..be3e824 100644 --- a/core/metautils/src/XMLReader.cxx +++ b/core/metautils/src/XMLReader.cxx @@ -394,7 +394,7 @@ bool XMLReader::GetAttributes(const std::string& tag, std::vector& o // then Sets the variables in the initial state - if there are other attributes to be read if (attr_name == "proto_pattern") { //int pos = attr_value.find_last_of("("); - printf("NOT IMPLEMENTED YET!\n"); + printf("XMLReader::GetAttributes(): proto_pattern selection not implemented yet!\n"); } ROOT::TMetaUtils::Info(0, "*** Attribute: %s = \"%s\"\n", attr_name.c_str(), attr_value.c_str()); out.emplace_back(attr_name, attr_value); -- 1.8.2