]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliShuttleInterface.h
Switching off the QA in preparation for the new 900GeV data
[u/mrichter/AliRoot.git] / STEER / AliShuttleInterface.h
index 94f12ec3a994b7b90f93372c0fd20598db3fd306..ddb298d93a4e473a75e8ba0fef6adc321c0baa5d 100644 (file)
@@ -47,7 +47,7 @@ class AliShuttleInterface : public TObject
 
     virtual AliCDBEntry* GetFromOCDB(const char* detector, const AliCDBPath& path) = 0;
     
-    virtual void Log(const char* detector, const char* message) = 0;
+    virtual void Log(const char* detector, const char* message, UInt_t level=3) = 0;
 
     virtual void RegisterPreprocessor(AliPreprocessor* preprocessor) = 0;