mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-05 23:18:41 +01: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