From: Axel Naumann Date: Tue, 16 Sep 2014 09:01:36 +0000 (+0200) Subject: Be more specific in error message. X-Git-Tag: v6-02-00-rc1~99 X-Git-Url: https://root.cern.ch/gitweb?p=root.git;a=commitdiff_plain;h=c979c0de4e5b477a947531cc6c868003d5338ae4 Be more specific in error message. --- 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);