Index: trunk/MagicSoft/Mars/mhist/MHCamera.cc
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHCamera.cc	(revision 3142)
+++ trunk/MagicSoft/Mars/mhist/MHCamera.cc	(revision 3143)
@@ -1303,7 +1303,7 @@
 
     gLog << all << GetTitle() << " <" << GetName() << ">" << endl;
-    gLog << "Software Pixel Index: " << idx << endl;
-    gLog << "Hardware Pixel Id:    " << idx+1 << endl;
-    gLog << "Contents:             " << GetBinContent(idx+1);
+    gLog << "Software Pixel Idx: " << idx << endl;
+    gLog << "Hardware Pixel Id:  " << idx+1 << endl;
+    gLog << "Contents:           " << GetBinContent(idx+1);
     if (GetBinError(idx+1)>0)
         gLog << " +/- " << GetBinError(idx+1);
