Index: trunk/BNC/combination/bnccomb.cpp
===================================================================
--- trunk/BNC/combination/bnccomb.cpp	(revision 2991)
+++ trunk/BNC/combination/bnccomb.cpp	(revision 2992)
@@ -73,11 +73,11 @@
  
   if      (type == AC_offset) {
-    outStr = "AC offset  " + AC;
+    outStr = "AC offset " + AC;
   }
   else if (type == Sat_offset) {
-    outStr = "Sat Offset " + prn;
+    outStr = "Sat Offset " + AC + " " + prn;
   }
   else if (type == clk) {
-    outStr = "Clk Corr   " + prn;
+    outStr = "Clk Corr " + prn;
   }
 
