diff --git a/slsDetectorSoftware/slsDetectorClient/Makefile b/slsDetectorSoftware/slsDetectorClient/Makefile index 96856e255..efab6fbbe 100644 --- a/slsDetectorSoftware/slsDetectorClient/Makefile +++ b/slsDetectorSoftware/slsDetectorClient/Makefile @@ -1,7 +1,6 @@ CFLAGS= -DC_ONLY #FLAGS=-DVERBOSE INCLUDES= -I../slsDetectorSoftware/commonFiles -I../slsDetectorSoftware/slsDetector -I ../slsDetectorSoftware/MySocketTCP -I../slsDetectorSoftware/usersFunctions -I../slsDetectorSoftware/multiSlsDetector -#LIBS=-L../TMythenDetector/bin/ -L$(QTDIR)/lib LIBS= -L../slsDetectorSoftware/ LDFLAG= -lSlsDetector -lpthread diff --git a/slsDetectorSoftware/slsDetectorClient/sls_detector_client.cpp b/slsDetectorSoftware/slsDetectorClient/sls_detector_client.cpp index 0783baa4c..7be931809 100644 --- a/slsDetectorSoftware/slsDetectorClient/sls_detector_client.cpp +++ b/slsDetectorSoftware/slsDetectorClient/sls_detector_client.cpp @@ -34,7 +34,10 @@ int main(int argc, char *argv[]) #elif HELP action=HELP_ACTION; #endif - +#ifdef VERBOSE + for (int ia=0; ia1){ @@ -109,6 +112,7 @@ int main(int argc, char *argv[]) answer=myCmd->executeLine(argc-1, argv, action); } else { answer=myCmd->executeLine(argc-1, argv+1, action); + cout << argv[1] << " " ; } cout << answer<< endl;