mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-07-09 01:18:02 +02:00
bug fix: hdf5 printError still called once. replcaed with printErrorStack
This commit is contained in:
@ -284,7 +284,7 @@ public:
|
|||||||
}
|
}
|
||||||
catch(Exception error){
|
catch(Exception error){
|
||||||
FILE_LOG(logERROR) << "Could not extend dataset in object " << ind;
|
FILE_LOG(logERROR) << "Could not extend dataset in object " << ind;
|
||||||
error.printError();
|
error.printErrorStack();
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user