]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - SHUTTLE/AliShuttle.cxx
Commit for Simone - Temorarily removal of some histos
[u/mrichter/AliRoot.git] / SHUTTLE / AliShuttle.cxx
index d92e48b0531f7ef1c47c42404c9536a85fed03b9..556a1f46d30d7520f18fe749c0b62ff869720da6 100644 (file)
@@ -3664,7 +3664,7 @@ Bool_t AliShuttle::TouchFile()
        // checking whether directory for touch command exists
         TGridResult* resultLs = gGrid->Ls(dir.Data());
        if (!resultLs){ // unfortunately we don't get this for ls of a non existing dir
-               Log("SHUTTLE",Form("No result for %s command, returning without touching",commandLs.Data()));
+               Log("SHUTTLE",Form("No result for \"Ls(\"%s\")\", returning without touching", dir.Data()));
                return kFALSE;
        }