mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-20 02:40:03 +02:00
typo fix
This commit is contained in:
parent
5825428779
commit
ef1e41fc12
@ -2932,7 +2932,7 @@ int enable_ten_giga(int file_des) {
|
||||
|
||||
if (receiveData(file_des, &arg, sizeof(arg), INT32) < 0)
|
||||
return printSocketReadError();
|
||||
LOG(logINFOBLUE, ("Setting 10GbE: %d\n", arg));
|
||||
LOG(logDEBUG, ("Setting 10GbE: %d\n", arg));
|
||||
|
||||
#if defined(JUNGFRAUD) || defined(GOTTHARDD) || defined(GOTTHARD2D)
|
||||
functionNotImplemented();
|
||||
@ -8316,7 +8316,7 @@ int set_datastream(int file_des) {
|
||||
ret = FAIL;
|
||||
sprintf(mess,
|
||||
"Could not %s. Disabling is only enabled in 10g mode.\n",
|
||||
enable);
|
||||
msg);
|
||||
LOG(logERROR, (mess));
|
||||
} else {
|
||||
ret = setDataStream(port, enable);
|
||||
|
Loading…
x
Reference in New Issue
Block a user