bug fix: hdf5 printError still called once. replcaed with printErrorStack

This commit is contained in:
maliakal_d 2019-05-22 19:11:35 +02:00
parent 452fd1e457
commit 10f89599e0

View File

@ -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;