mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
fix log info error
This commit is contained in:
parent
0f3c94f92d
commit
b998c58496
1 changed files with 2 additions and 2 deletions
|
@ -97,9 +97,9 @@ func main() {
|
|||
log.Fatal(err)
|
||||
}
|
||||
if *quiet {
|
||||
logger.Infof("Request Body: %d bytes", body.Len())
|
||||
logger.Infof("Response Body: %d bytes", body.Len())
|
||||
} else {
|
||||
logger.Infof("Request Body:")
|
||||
logger.Infof("Response Body:")
|
||||
logger.Infof("%s", body.Bytes())
|
||||
}
|
||||
wg.Done()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue