diff --git a/test.cpp b/test.cpp
index 83995ec143992864187216e269b8ee9709b26873..601834151467b77c5064e7603c20ddc79c1bb147 100644
--- a/test.cpp
+++ b/test.cpp
@@ -195,8 +195,8 @@ int main(int argc, char** argv)
 					bool enabled = coinCells[coincellId]->getEnabled();
 
 					Log(Log::ERROR, true, false)<<"Cell "<<coincellId<<':';
-					Log(Log::ERROR, true, false)<<"\ttemperature: "<<temperature<<"\n\tsetpoint: "<<setpoint<<"\t\nenabled: "<<enabled;
-
+					Log(Log::ERROR, true, false)<<"\ttemperature: "<<temperature<<"\n\tsetpoint: "<<setpoint;
+					Log(Log::ERROR, true, false)<<"\tenabled: "<<(enabled ? "true" : "false");
 				}
 			}
 			else if(tokens[0] == "clear")