]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONPreClusterFinder.cxx
Changing error message to be a bit more usefull
[u/mrichter/AliRoot.git] / MUON / AliMUONPreClusterFinder.cxx
index c35aa88773bbc86f6ce9bfa52dc9e5c9dce02c85..5c43988fd66cd91338aa7fcbf8e602b1925ea1f9 100644 (file)
@@ -237,7 +237,7 @@ AliMUONPreClusterFinder::NextCluster()
   
   if ( ShouldAbort() ) 
   {
-    AliError("Aborting clustering of that DE because we've got too many pads");
+    AliError(Form("Aborting clustering of DE %d because we've got too many pads",fDetElemId));
     fClusters.Remove(cluster);
     fClusters.Compress();
     return 0x0;