diff --git a/zebra-report/zebra-spaces.html b/zebra-report/zebra-spaces.html
index 9fea2d1..8867285 100644
--- a/zebra-report/zebra-spaces.html
+++ b/zebra-report/zebra-spaces.html
@@ -2961,6 +2961,7 @@ function attachAudioStreamViaWorklet(uuid, stream, targetSeconds){
if (audioCtx.state === 'suspended'){
audioCtx.resume().catch(()=>{});
}
+ logLine('', 'audio attach uuid='+uuid.slice(0,4)+' target='+targetSeconds+'s (current pool='+listenerAudioNodes.size+')');
const existing = listenerAudioNodes.get(uuid);
if (existing){
try { existing.src.disconnect(); } catch(_){}
@@ -7503,8 +7504,8 @@ logLine('', 'ready โ pick a handle, type a rendezvous code, enter the space');