mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-16 23:07:13 +02:00
bug fix: hdf5 printError still called once. replcaed with printErrorStack
This commit is contained in:
@ -20,6 +20,7 @@ This document describes the differences between 4.0.2 and 4.0.1 releases.
|
||||
- Jungfrau receiver as root user
|
||||
- Jungfrau server detector position error when switching between different detector sizes
|
||||
- Client API data call back / Gui (Eiger in 4 bit mode)
|
||||
- Receiver HDF5 printErrorStack
|
||||
|
||||
|
||||
|
||||
@ -35,6 +36,8 @@ This document describes the differences between 4.0.2 and 4.0.1 releases.
|
||||
sls_detector_put rx_udpsocksize 1048576000
|
||||
This has been fixed now to allow a greater size (including the default size).
|
||||
|
||||
2. Fixed bug where printError was still being called once instead of printErrorStack.
|
||||
|
||||
|
||||
Detector Server (Jungfrau)
|
||||
--------------------------
|
||||
|
@ -283,7 +283,7 @@ public:
|
||||
}
|
||||
catch(Exception error){
|
||||
cprintf(RED,"Error in extending dataset in object %d\n",ind);
|
||||
error.printError();
|
||||
error.printErrorStack();
|
||||
return 1;
|
||||
}
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user