A lot debug messages removed, mailer with stubs added, resend link basicly finished...
[shipsimu.git] / application / ship-simu / main / parts / maschineroom / class_MaschineRoom.php
index 2828280a07b27a34346b16298cb29b384a32e7f5..16657b031a7fc330ccff44400aef3c1a74dfda11 100644 (file)
@@ -43,7 +43,7 @@ class MaschineRoom extends BaseShipPart {
                $roomInstance = new MaschineRoom();
 
                // Debug message
-               if ((defined('DEBUG_MODE')) || (defined('DEBUG_ALL'))) $roomInstance->getDebugInstance()->output(sprintf("[%s:%d] Ein Maschinenraum wird konstruiert.<br />\n",
+               if ((defined('DEBUG_MODE')) || (defined('DEBUG_ALL'))) $roomInstance->getDebugInstance()->output(sprintf("[%s:%d] Ein Maschinenraum wird konstruiert.",
                        __CLASS__,
                        __LINE__
                ));