Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 5901)
+++ trunk/MagicSoft/Mars/Changelog	(revision 5902)
@@ -33,4 +33,7 @@
    * mhflux/MHAlpha.[h,cc], mhflux/MHFalseSource.cc:
      - handle scale factor in case of on-off observations
+
+   * mjobs/MJPedestal.cc:
+     - aligned screen output to 80col rule
 
 
Index: trunk/MagicSoft/Mars/mjobs/MJPedestal.cc
===================================================================
--- trunk/MagicSoft/Mars/mjobs/MJPedestal.cc	(revision 5901)
+++ trunk/MagicSoft/Mars/mjobs/MJPedestal.cc	(revision 5902)
@@ -970,10 +970,10 @@
     }
     else
-      {
-        *fLog << warn << GetDescriptor() 
-              << ": WARNING: No extractor has been handed over! " << endl;
-        *fLog << warn << GetDescriptor()
-              << ": WARNING: Taking default window for pedestal extraction. The calculated pedestal RMS will probably not match with future pedestal RMSs from different extraction windows." << endl;
-      }
+    {
+        *fLog << warn << GetDescriptor() << ": WARNING - No extractor has been handed over! " << endl;
+        *fLog << "Taking default window for pedestal extraction. The calculated pedestal  RMS" << endl;
+        *fLog << "will probably not match with future pedestal RMS' from different extraction" << endl;
+        *fLog << "windows." << endl;
+    }
     
     /*
