Account status page partly implemented, backtrace now without own saveBacktrace(...
[shipsimu.git] / inc / classes / main / debug / class_DebugWebOutput.php
index 81dd64dc9a21fec6ce1fe77282ac9bc7cc6e359d..48c9aade9deee131ad4bb1aca0b42b005c96a93b 100644 (file)
@@ -58,7 +58,7 @@ class DebugWebOutput extends BaseFrameworkSystem implements Debugger, OutputStre
         * @return      void
         */
        public final function outputStream ($output) {
-               trigger_error($output);
+               print($output);
        }
 
        /**