mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-18 15:57:13 +02:00
minor
This commit is contained in:
@ -426,7 +426,7 @@ int slsReceiverTCPIPInterface::set_port() {
|
||||
} catch(SocketError &e) {
|
||||
ret = FAIL;
|
||||
// same socket, could not bind port
|
||||
sprintf(mess, e.what());
|
||||
sprintf(mess, "%s", e.what());
|
||||
FILE_LOG(logERROR) << mess;
|
||||
} catch (...) {
|
||||
ret = FAIL;
|
||||
|
Reference in New Issue
Block a user