AlexLeoTW / rubyripper

Automatically exported from code.google.com/p/rubyripper
0 stars 0 forks source link

All this key stuff #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
rip cd with errors; when it tries to compare (the number of erroneous chunk
matches?) it spits out a lot of info... too much in some cases.

What version of the product are you using? On what operating system?
svn 20, Debian

Please provide any additional information below.

Key = 508
Key = 509
Key = 510
Key = 511
Key = 512
Key = 513
Key = 514
Key = 515
Key = 516
Key = 517
Key = 518
Key = 519
Key = 520
value = 1762
seconds = 264

For each 520 key listings there was one value and one value for seconds. 
Are all these keys needed?  Just pushing that much to console had my CPU
maxed out for a good two minutes until I killed it.

Original issue reported on code.google.com by mordbr...@gmail.com on 21 Nov 2006 at 10:00

GoogleCodeExporter commented 8 years ago
Yup, I forgot to clean the debugging messages up. Had to discover what I was 
wrong. 
Took me a lot of time ;) Fixed at revision 21.

Original comment by rubyripp...@gmail.com on 21 Nov 2006 at 5:37

GoogleCodeExporter commented 8 years ago
Excellent, thanks.  Nothing bad about debug but it gets a bit silly with that 
much data.

Original comment by mordbr...@gmail.com on 21 Nov 2006 at 6:43