AUTH-2648 updated usage text

This commit is contained in:
Dalton
2020-06-11 11:08:05 -05:00
parent eb3c4a7a9f
commit c716dd273c
3 changed files with 5 additions and 2 deletions

View File

@@ -204,7 +204,7 @@ func (w *MuxWriter) writeStreamData(stream *MuxedStream, logger logger.Service)
}
// update the amount of data wrote
w.bytesWrote.IncrementBy(uint64(len(payload)))
logger.Errorf("mux - write: output data: %d: streamID: %d", len(payload), stream.streamID)
logger.Debugf("mux - write: output data: %d: streamID: %d", len(payload), stream.streamID)
if sentEOF {
if stream.readBuffer.Closed() {