]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliDataLoader.cxx
Det and SMN converted from float to int
[u/mrichter/AliRoot.git] / STEER / AliDataLoader.cxx
index 37128dced4fd355b64d2fc059daf016ec4c49bb9..cf59dd8b91c33febf66e0013814a044bceed42bd 100644 (file)
@@ -820,7 +820,8 @@ Int_t AliBaseLoader::Post()
      }
     else
      {
-        Warning("Post","Can not find %s in file %s", GetName(),GetDataLoader()->GetFile()->GetName());
+        Error("Post","Can not find %s in file %s", GetName(),GetDataLoader()->GetFile()->GetName());
+        return 5;
      }
    }
   return 0;