Index: /trunk/BNC/src/bncgetthread.cpp
===================================================================
--- /trunk/BNC/src/bncgetthread.cpp	(revision 4476)
+++ /trunk/BNC/src/bncgetthread.cpp	(revision 4477)
@@ -718,9 +718,12 @@
         }
         if (!allFound) {
-          cout << "OBSTYPES: " << obs.satSys << "    ";
+          QString msg; 
+          QTextStream str(&msg);
+          str << obs.satSys << "    " << rnxTypes.size() << "  ";
           for (int iType = 0; iType < rnxTypes.size(); iType++) {
-            cout << rnxTypes[iType].toAscii().data() << " ";
+            str << rnxTypes[iType] << " ";
           }
-          cout << endl;
+          str << endl;
+          emit(newMessage(_staID + ": Observation Types: " + msg.toAscii(), true));
         }
       }
