aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2012-04-26 05:58:39 +0100
committerMatthew Wild <mwild1@gmail.com>2012-04-26 05:58:39 +0100
commit2444af151cabc8fdbfae9c3ed2b66eb10adde8ee (patch)
tree013cda9063507a1470fad477c25b6d287a172664 /util
parenta0e480bef3460df549c48c6cbbc61fdaa083c3d2 (diff)
downloadprosody-2444af151cabc8fdbfae9c3ed2b66eb10adde8ee.tar.gz
prosody-2444af151cabc8fdbfae9c3ed2b66eb10adde8ee.zip
util.debug: Remove 'white' from boundary style (leave at default colour)
Diffstat (limited to 'util')
-rw-r--r--util/debug.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/debug.lua b/util/debug.lua
index 16773cd1..1d3b5648 100644
--- a/util/debug.lua
+++ b/util/debug.lua
@@ -15,7 +15,7 @@ local styles;
do
_ = termcolours.getstyle;
styles = {
- boundary_padding = _("bright", "white");
+ boundary_padding = _("bright");
filename = _("bright", "blue");
level_num = _("green");
funcname = _("yellow");