Index: trunk/BNC/src/orbComp/sp3Comp.cpp
===================================================================
--- trunk/BNC/src/orbComp/sp3Comp.cpp	(revision 10688)
+++ trunk/BNC/src/orbComp/sp3Comp.cpp	(revision 10690)
@@ -284,12 +284,12 @@
             if (epo->_dr[sat1->_prn].NormFrobenius() > 10.0) {
               epochOK = false;
-               out << "! " << epo->_tt.timestr().c_str() << "  "  << sat1->_prn.toString().c_str() << "excluded \n"
-                   << QString("!    sat 1: %1%2%3\n").arg(sat1->_xyz[0],  19, 'e', 12)
+               out << "! " << epo->_tt.timestr().c_str() << "  "  << sat1->_prn.toString().c_str() << " excluded: "
+                   << QString("sat 1: %1%2%3 ").arg(sat1->_xyz[0],  19, 'e', 12)
                                           .arg(sat1->_xyz[1],  19, 'e', 12)
-                                         .arg(sat1->_xyz[2],  19, 'e', 12).toStdString().c_str()
-                   << QString("!    sat 2: %1%2%3\n").arg(sat2->_xyz[0],  19, 'e', 12)
+                                          .arg(sat1->_xyz[2],  19, 'e', 12).toStdString().c_str()
+                   << QString("sat 2: %1%2%3 ").arg(sat2->_xyz[0],  19, 'e', 12)
                                           .arg(sat2->_xyz[1],  19, 'e', 12)
                                           .arg(sat2->_xyz[2],  19, 'e', 12).toStdString().c_str()
-                   << QString("!    diff : %1%2%3\n").arg(epo->_dr[sat1->_prn][0],  19, 'e', 12)
+                   << QString("diff : %1%2%3\n").arg(epo->_dr[sat1->_prn][0],  19, 'e', 12)
                                           .arg(epo->_dr[sat1->_prn][1],  19, 'e', 12)
                                           .arg(epo->_dr[sat1->_prn][2],  19, 'e', 12).toStdString().c_str()
