mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-25 15:50:03 +02:00
Merge branch 'developer' into rr_rxr
This commit is contained in:
commit
f2b8aa9dbd
@ -101,7 +101,7 @@ int main(int argc, char *argv[]) {
|
|||||||
"created "
|
"created "
|
||||||
"by control server \n\n",
|
"by control server \n\n",
|
||||||
argv[0]);
|
argv[0]);
|
||||||
if (len >= helpMessageSize) {
|
if (len >= (int)helpMessageSize) {
|
||||||
LOG(logERROR, ("Help for Server command line arguments size %d "
|
LOG(logERROR, ("Help for Server command line arguments size %d "
|
||||||
"exceed capacity of %d characters\n",
|
"exceed capacity of %d characters\n",
|
||||||
len, helpMessageSize));
|
len, helpMessageSize));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user