Index: /trunk/BNC/bncmodel.cpp
===================================================================
--- /trunk/BNC/bncmodel.cpp	(revision 2826)
+++ /trunk/BNC/bncmodel.cpp	(revision 2827)
@@ -595,7 +595,14 @@
   _time = epoData->tt;
 
-  _log += "Single Point Positioning of Epoch " 
-        + QByteArray(_time.timestr(1).c_str()) +
+  if (settings.value("pppSPP").toString() == "PPP") {
+    _log += "Precise Point Positioning of Epoch " 
+          + QByteArray(_time.timestr(1).c_str()) +
+          "\n---------------------------------------------------------------\n";
+  }
+  else {
+    _log += "Single Point Positioning of Epoch " 
+          + QByteArray(_time.timestr(1).c_str()) +
           "\n--------------------------------------------------------------\n";
+  }
 
   SymmetricMatrix QQsav;
