TString lastStorage = id.GetLastStorage();
if(lastStorage.Contains(TString("new"), TString::kIgnoreCase) && id.GetVersion() > 1 ){
- AliWarning(Form("*** WARNING! a NEW object is being stored with version v%d_s%d",
+ AliWarning(Form("*** WARNING! a NEW object is being stored with version %d",
id.GetVersion()));
- AliWarning(Form("and it will hide previously stored object with v%d_s%d!",
+ AliWarning(Form("and it will hide previously stored object with version %d!",
id.GetVersion()-1));
}