]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - SHUTTLE/AliShuttleLogbookEntry.cxx
Changing log/temp/status folder path.
[u/mrichter/AliRoot.git] / SHUTTLE / AliShuttleLogbookEntry.cxx
index 62224954869abacff527b36886945aa46071f24f..7862e829de4abec10792d3513c658fda34c9743d 100644 (file)
@@ -63,7 +63,7 @@ AliShuttleLogbookEntry::~AliShuttleLogbookEntry() {
        //
        // destructor
        //
-
+       fRunParameters.DeleteAll();
 }
 
 //______________________________________________________________________________________________
@@ -276,7 +276,8 @@ void AliShuttleLogbookEntry::Print(Option_t* option) const
                                if(keyStr.Length()<30) message.Append(' ', 30-keyStr.Length());
                                message += Form("%s\n", aValue->GetName());
                        } else {
-                               message += "\tlog                            ...\n";
+                               TString logStr(aValue->GetName(), 100);
+                               message += Form("\tlog (first 100 chars)          %s \n",logStr.Data());
                        }
                }
        }