From bf77cc10b20b2d463fcdcd8f7d035edc1daf7ffb Mon Sep 17 00:00:00 2001 From: l_maliakal_d Date: Fri, 17 May 2013 10:20:19 +0000 Subject: [PATCH] small change git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@186 af1100a4-978c-4157-bff7-07162d2ba061 --- slsDetectorGui/src/qDrawPlot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorGui/src/qDrawPlot.cpp b/slsDetectorGui/src/qDrawPlot.cpp index a9d8715eb..95171cca3 100644 --- a/slsDetectorGui/src/qDrawPlot.cpp +++ b/slsDetectorGui/src/qDrawPlot.cpp @@ -431,7 +431,7 @@ bool qDrawPlot::StartOrStopThread(bool start){ plot2D->GetPlot()->SetZoom(-0.5,startPixel,nPixelsX,endPixel-startPixel); - cout << "Starting new acquisition threadddd ...." << endl; + cout << "Starting new acquisition thread ...." << endl; // Start acquiring data from server if(!firstTime) pthread_join(gui_acquisition_thread,NULL);//wait until he's finished, ie. exits pthread_create(&gui_acquisition_thread, NULL,DataStartAcquireThread, (void*) this);