[Rivet-svn] r2991 - trunk/src/Core

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Feb 28 23:53:12 GMT 2011


Author: buckley
Date: Mon Feb 28 23:53:11 2011
New Revision: 2991

Log:
Clarify incompatible analysis message

Modified:
   trunk/src/Core/AnalysisHandler.cc

Modified: trunk/src/Core/AnalysisHandler.cc
==============================================================================
--- trunk/src/Core/AnalysisHandler.cc	Mon Feb 28 10:53:47 2011	(r2990)
+++ trunk/src/Core/AnalysisHandler.cc	Mon Feb 28 23:53:11 2011	(r2991)
@@ -63,12 +63,12 @@
       }
     }
     foreach (const string& aname, anamestodelete) {
-      MSG_WARNING("Removing incompatible analysis '" << aname << "'");
+      MSG_WARNING("Analysis '" << aname << "' is incompatible with the provided beams: removing");
       removeAnalysis(aname);
     }
     if (num_anas_requested > 0 && analysisNames().size() == 0) {
       cerr << "All analyses were incompatible with the first event's beams\n"
-           << "Exiting, since this probably isn't intentional!" << endl;
+           << "Exiting, since this probably wasn't intentional!" << endl;
       exit(1);
     }
 


More information about the Rivet-svn mailing list