diff options
author | onefang | 2020-01-24 12:07:18 +1000 |
---|---|---|
committer | onefang | 2020-01-24 12:07:18 +1000 |
commit | 2d03d692513cda6503d928325ba92176884e1fd1 (patch) | |
tree | c81f31a2bfed4b081167b6721c1c7ac3091de502 | |
parent | Lighten up the colours. (diff) | |
download | apt-panopticon-2d03d692513cda6503d928325ba92176884e1fd1.zip apt-panopticon-2d03d692513cda6503d928325ba92176884e1fd1.tar.gz apt-panopticon-2d03d692513cda6503d928325ba92176884e1fd1.tar.bz2 apt-panopticon-2d03d692513cda6503d928325ba92176884e1fd1.tar.xz |
Lighten the log file colours to.
-rw-r--r-- | apt-panopticommon.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticommon.lua b/apt-panopticommon.lua index 4a1a5e7..db3632d 100644 --- a/apt-panopticommon.lua +++ b/apt-panopticommon.lua | |||
@@ -397,7 +397,7 @@ APT.logOpen = function(host, a2, a3) | |||
397 | if nil == APT.logFile then C('opening log file (' .. name .. ') - ' .. e); return false end | 397 | if nil == APT.logFile then C('opening log file (' .. name .. ') - ' .. e); return false end |
398 | if nil ~= APT.logFile then | 398 | if nil ~= APT.logFile then |
399 | APT.logFile:write("<html><head>\n") | 399 | APT.logFile:write("<html><head>\n") |
400 | APT.logFile:write("</head><body bgcolor='black' text='white' alink='red' link='blue' vlink='purple'>\n") | 400 | APT.logFile:write("</head><body bgcolor='black' text='white' alink='red' link='aqua' vlink='fuchsia'>\n") |
401 | APT.logFile:write("<pre>\n") | 401 | APT.logFile:write("<pre>\n") |
402 | APT.logFile:write(APT.dumpTable(APT.args, 'Arguments')) | 402 | APT.logFile:write(APT.dumpTable(APT.args, 'Arguments')) |
403 | APT.logFile:write("</pre>\n") | 403 | APT.logFile:write("</pre>\n") |