Added debug message for when output buffer runs dry.

CQTexperiment
vspader 2007-05-26 12:44:01 +00:00
parent 0f7f8f2750
commit b653133695
1 changed files with 4 additions and 0 deletions

View File

@ -62,6 +62,10 @@
DBLog(@"End of stream reached: %i", endOfStream);
// return (n + [self readData:ptr amount:(amount-n)]);
}
if (n == 0) {
NSLog(@"Output Buffer dry!");
}
amountPlayed += n;