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

@ -63,6 +63,10 @@
// return (n + [self readData:ptr amount:(amount-n)]);
}
if (n == 0) {
NSLog(@"Output Buffer dry!");
}
amountPlayed += n;
[pool release];