Index: trunk/MagicSoft/Mars/mtemp/MHTelAxisFromStars.cc
===================================================================
--- trunk/MagicSoft/Mars/mtemp/MHTelAxisFromStars.cc	(revision 4709)
+++ trunk/MagicSoft/Mars/mtemp/MHTelAxisFromStars.cc	(revision 4719)
@@ -151,5 +151,11 @@
 {
   *fLog << all << "MHTelAxisFromStars::SetInputType; input type is set equal to : " 
-        << type << endl;
+        << type ;
+
+  if (type == 0)
+    *fLog << " (calculated star positions)" << endl;
+  else
+    *fLog << " (fitted star positions)" << endl;
+
 
   fInputType = type;
