]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Make logparse handle completely bogus channel numbers.
authorSimon Tatham <anakin@pobox.com>
Sat, 7 Sep 2013 16:15:10 +0000 (16:15 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 7 Sep 2013 16:15:10 +0000 (16:15 +0000)
commitb6668d263f1382f4b8ded80b95a72d9cdb8e5194
tree11b120684dd446c215c3a1710b55f64b6c6fbd56
parent7e515c411158d46b8f1c297d90a3d4bee3d8e45a
Make logparse handle completely bogus channel numbers.

Previously it would throw a bunch of Perl undefined-variable-usage
warnings; now it cleanly detects the problem, dumps as much of the
message as it still reasonably can, and doesn't update any channel
states.

[originally from svn r10036]
contrib/logparse.pl