]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliCDBGrid.cxx
I've tried to make some output messages lighter (and moved others
[u/mrichter/AliRoot.git] / STEER / AliCDBGrid.cxx
index 5362f8c718de5158f4d2139116583ed419d8778b..0e40ce3ddc34f8a499f1ad064b5c6ef8a1e11df2 100644 (file)
@@ -365,9 +365,9 @@ AliCDBEntry* AliCDBGrid::GetEntryFromFile(TString& filename, const AliCDBId* dat
                AliCDBId entryId = anEntry->GetId();
                if(!((entryId.GetAliCDBRunRange()).IsEqual(&(dataId->GetAliCDBRunRange()))) ||
                        entryId.GetVersion() != dataId->GetVersion()){
-                       AliWarning(Form("Either RunRange or gridVersion in the object's metadata"));
-                       AliWarning(Form("do noth match with fileName numbers:"));
-                       AliWarning(Form("someone renamed file by hand!"));
+                       AliWarning(Form("Mismatch between file name and object's Id!"));
+                       AliWarning(Form("File name: %s", dataId->ToString().Data()));
+                       AliWarning(Form("Object's Id: %s", entryId.ToString().Data()));
                }
        }