]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
adding add. log message with path that is touched
authorjgrosseo <jgrosseo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 4 Apr 2008 06:48:09 +0000 (06:48 +0000)
committerjgrosseo <jgrosseo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 4 Apr 2008 06:48:09 +0000 (06:48 +0000)
SHUTTLE/AliShuttle.cxx

index a40805b6565753c55a7d57f2325ae6ec7536cd42..7a89793bf0e0c24e5344c2f4acc527ca6d17d9df 100644 (file)
@@ -3233,7 +3233,8 @@ Bool_t AliShuttle::TouchFile()
        }
 
        TString command;
-       command.Form("touch /alice/data/%d/%s/SHUTTLE_DONE/shuttle_done_%i", GetCurrentYear(), GetLHCPeriod(),GetCurrentRun());
+       command.Form("touch /alice/data/%d/%s/SHUTTLE_DONE/%i", GetCurrentYear(), GetLHCPeriod(), GetCurrentRun());
+       Log("SHUTTLE", Form("Creating entry in file catalog: %s", command.Data()));
        TGridResult *resultTouch = dynamic_cast<TGridResult*>(gGrid->Command(command));
        if (resultTouch){
                TMap *mapTouch = dynamic_cast<TMap*>(resultTouch->At(0));