This commit is contained in:
chrislu
2025-11-23 12:15:46 -08:00
parent 10ff54a661
commit 86ae3da174
@@ -98,7 +98,7 @@ public class SeaweedOutputStream extends OutputStream {
*/
public synchronized long getPos() {
long currentPos = position + buffer.position();
LOG.info("[DEBUG-2024] 📍 getPos() called: flushedPosition={} bufferPosition={} returning={} path={}",
LOG.info("[DEBUG-2024] 📍 getPos() called: flushedPosition={} bufferPosition={} returning={} path={}",
position, buffer.position(), currentPos, path);
return currentPos;
}