mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
more debug
This commit is contained in:
parent
5e8ef27b85
commit
8beaf65007
1 changed files with 2 additions and 0 deletions
|
@ -706,7 +706,9 @@ func (c *Client) updateState() (err error) {
|
||||||
// setup the progressbar
|
// setup the progressbar
|
||||||
c.setBar()
|
c.setBar()
|
||||||
c.TotalSent = 0
|
c.TotalSent = 0
|
||||||
|
log.Debug("beginning sending comms")
|
||||||
for i := 0; i < len(c.Options.RelayPorts); i++ {
|
for i := 0; i < len(c.Options.RelayPorts); i++ {
|
||||||
|
log.Debugf("starting sending over comm %d",i)
|
||||||
go c.sendData(i)
|
go c.sendData(i)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue