Tunes AudioMixer tracing output will further details to aid debugging.

cusax-fix
Lyubomir Marinov 16 years ago
parent 9b9a12821b
commit d538e0fc50

@ -1716,13 +1716,18 @@ private void setInputStreams(Collection<InputStreamDesc> inputStreams)
if (difference > 0)
logger
.trace("Added " + difference + " inputStream(s).");
.trace(
"Added "
+ difference
+ " inputStream(s) and the total is "
+ newValueLength);
else if (difference < 0)
logger
.trace(
"Removed "
+ difference
+ " inputStream(s).");
+ " inputStream(s) and the total is "
+ newValueLength);
}
}
}

Loading…
Cancel
Save