ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/misc/scripts/cgi/log.cgi
(Generate patch)

Comparing misc/scripts/cgi/log.cgi (file contents):
Revision 1.1 by tdb, Fri Mar 9 00:22:30 2001 UTC vs.
Revision 1.2 by tdb, Sun May 13 00:01:54 2001 UTC

# Line 62 | Line 62 | sub print_file ($$) {
62          s/>/>/g;
63          next unless (/$grep/);
64          s/^(.{0})(.*core\.loggers\..*: started)$/<hr size=10 color=blue>$2/;
65 <        s/(.*)] (.*)}:(.*)/$1] <i>$2<\/i>:<b>$3<\/b>/;
65 >        s/(.*)] (.*)}:(.*)/$1] <i>$2}<\/i>:<b>$3<\/b>/;
66          print;
67      }
68   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines