|
[Rivet-svn] r2513 - trunk/binblackhole at projects.hepforge.org blackhole at projects.hepforge.orgWed Jun 23 12:40:51 BST 2010
Author: buckley Date: Wed Jun 23 12:40:58 2010 New Revision: 2513 Log: Weeny improvements, e.g. making compare-histos and aida2flat complaints about unfound .plot files occur at debug only: they are not necessarily Modified: trunk/bin/aida2flat trunk/bin/compare-histos Modified: trunk/bin/aida2flat ============================================================================== --- trunk/bin/aida2flat Wed Jun 23 12:19:40 2010 (r2512) +++ trunk/bin/aida2flat Wed Jun 23 12:40:58 2010 (r2513) @@ -132,7 +132,7 @@ try: plotparser.updateHistoHeaders(hist) except ValueError, err: - logging.warn(err.message) + logging.debug(err) histos.append(hist) if len(histos) > 0: if opts.SPLITOUTPUT: Modified: trunk/bin/compare-histos ============================================================================== --- trunk/bin/compare-histos Wed Jun 23 12:19:40 2010 (r2512) +++ trunk/bin/compare-histos Wed Jun 23 12:40:58 2010 (r2513) @@ -340,7 +340,7 @@ try: headers = plotparser.getHeaders(name) except ValueError, err: - logging.error("Could not get plot headers: %s" % (err)) + logging.debug("Could not get plot headers: %s" % err) headers = {} drawonlystr = ""
More information about the Rivet-svn mailing list |