mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
Merge pull request #3264 from heyitsmine/fix-log-info
fix log string in client example
This commit is contained in:
commit
ebcd98ed43
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