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