Added debug message for when output buffer runs dry.

This commit is contained in:
vspader 2007-05-26 12:44:01 +00:00
parent 0f7f8f2750
commit b653133695

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;