]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/tracking-ca/AliHLTTPCCATrackerFramework.cxx
Update NVIDIA GPU Tracking library to be compatible to AliRoot patch 64473, add preli...
[u/mrichter/AliRoot.git] / HLT / TPCLib / tracking-ca / AliHLTTPCCATrackerFramework.cxx
index 2d82fe33ae48f0e0183db4dfb560f81648a0c6e5..bcfbd7da7d0ce791b8bd0dcafaaa35f6e26ca335 100644 (file)
@@ -229,9 +229,9 @@ AliHLTTPCCATrackerFramework::AliHLTTPCCATrackerFramework(int allowGPU, const cha
                if (allowGPU)
                {
                        #ifndef R__WIN32
-                               HLTInfo("The following error occured during dlopen: %s", dlerror());
+                               HLTImportant("The following error occured during dlopen: %s", dlerror());
                        #endif
-                       HLTError("Error Opening cagpu library for GPU Tracker, will fallback to CPU");
+                       HLTError("Error Opening cagpu library for GPU Tracker (%s), will fallback to CPU", GPU_Library == NULL ? "default: " GPULIBNAME : GPU_Library);
                }
                else
                {