ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Coro/Debug.pm
(Generate patch)

Comparing Coro/Coro/Debug.pm (file contents):
Revision 1.20 by root, Wed Sep 26 01:17:27 2007 UTC vs.
Revision 1.21 by root, Wed Sep 26 01:50:10 2007 UTC

220 $loglevel = $1; 220 $loglevel = $1;
221 } elsif ($cmd =~ /^help\s*/) { 221 } elsif ($cmd =~ /^help\s*/) {
222 command $cmd; 222 command $cmd;
223 print <<EOF; 223 print <<EOF;
224loglevel <int> enable logging for messages of level <int> and lower 224loglevel <int> enable logging for messages of level <int> and lower
225exit end this session, if part of a session 225exit end this session
226EOF 226EOF
227 } else { 227 } else {
228 command $cmd; 228 command $cmd;
229 } 229 }
230 } 230 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines