Small bugfix (A.Colla)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 30 Sep 2005 09:26:45 +0000 (09:26 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 30 Sep 2005 09:26:45 +0000 (09:26 +0000)
STEER/AliCDBGrid.cxx

index ca49e31b9de8172c553d621e69bee08d0db54542..423b411d21ea94404b1d4813e29c7a101c1c98cd 100644 (file)
@@ -206,9 +206,9 @@ Bool_t AliCDBGrid::PrepareId(AliCDBId& id) {
 
        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));
        }