]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDBaseDigit.cxx
Fixes for Coverity + changes to take into account the improvements of the analysis...
[u/mrichter/AliRoot.git] / FMD / AliFMDBaseDigit.cxx
index 41d69200d486a0c6d952585a046cc5939c730bd3..6f1356c252a1973faf972520468872a1668d7ac9 100644 (file)
@@ -204,7 +204,7 @@ AliFMDBaseDigit::AddTrack(Int_t track)
   else if (fTracks[2] == -1) fTracks[2] = track;
   else 
     AliWarning(Form("While adding track label to %s for %s: "
-                   "All 3 track labels used, cannot add reference to track %d",
+                   "All 3 track labels used, can't add reference to track %d",
                    ClassName(), GetName(), track));
 }