From 58cf66cf1033610005f6ff8785d8e99ae2b987a9 Mon Sep 17 00:00:00 2001 From: l_maliakal_d Date: Mon, 12 Aug 2013 12:22:19 +0000 Subject: [PATCH] clearer error printout for gotthard cant set probes git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@650 951219d9-93cf-4727-9268-0efd64621fa3 --- slsDetectorSoftware/gotthardDetectorServer/server_funcs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorSoftware/gotthardDetectorServer/server_funcs.c b/slsDetectorSoftware/gotthardDetectorServer/server_funcs.c index 7869e7418..6920ad219 100755 --- a/slsDetectorSoftware/gotthardDetectorServer/server_funcs.c +++ b/slsDetectorSoftware/gotthardDetectorServer/server_funcs.c @@ -2059,7 +2059,7 @@ int set_timer(int file_des) { retval=setGates(tns); break; case PROBES_NUMBER: - sprintf(mess,"can't set timer for gotthard\n"); + sprintf(mess,"can't set/get number of probes for gotthard\n"); ret=FAIL; break; case CYCLES_NUMBER: