From a2f3d372524d4ae2a66bdab89a813b9cd0b8c4c4 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Wed, 19 Feb 2014 20:02:22 +0000 Subject: - use
 for messages

---
 contrib/log.php | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

(limited to 'contrib')

diff --git a/contrib/log.php b/contrib/log.php
index 0eee5bcaa..8b7f2cc59 100644
--- a/contrib/log.php
+++ b/contrib/log.php
@@ -25,7 +25,7 @@ function render_row ($d, $component, $pid, $level, $msg, $c)
   echo $d ? $d->format('u') : "";
   echo '';
   echo "$comp$peer";
-  echo "$level$msg ";
+  echo "$level
$msg
"; if ($level != "DEBUG") { echo '
'; @@ -125,12 +125,16 @@ if ($start !== null || $stop !== null) { font-family: arial,sans-serif; } table { - font-family: courier,sans-serif; color:#000; margin-top: 40px; font-size:12px; border-collapse:collapse; } + pre { + padding: 0px; + margin: 0px; + border: 0px; + } .alert { display: none; position: fixed; -- cgit v1.2.3