mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-20 02:40:03 +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){
|
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user