diff --git a/MAC/APL/StationCU/src/StationControl/StationControl.cc b/MAC/APL/StationCU/src/StationControl/StationControl.cc
index 2570d11ea38a2d0b7eb620cd0aae4dad98f838bc..2b76220f6e32fe6dbf872addb2358104fb6ceffe 100644
--- a/MAC/APL/StationCU/src/StationControl/StationControl.cc
+++ b/MAC/APL/StationCU/src/StationControl/StationControl.cc
@@ -831,7 +831,7 @@ GCFEvent::TResult	StationControl::startObservation_state(GCFEvent&	event, GCFPor
 		} else {
 		    // splitters set succesfully
 	    	itsSplitters = splitterState;
-		    LOG_INFO_STR("Station splitters set to " << (itsSplitters ? "ON" : "OFF"));
+		    LOG_INFO_STR("Station splitters set to " << (splitterState ? "ON" : "OFF"));
         }
 
 		itsClaimTimerPort->setTimer(0.0);