WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit a73895a

Browse files
committed
fix debugf
1 parent 1008cee commit a73895a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/croc/croc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,7 @@ func (c *Client) Receive() (err error) {
10761076
conn, banner2, externalIP, errConn := tcp.ConnectToTCPServer(serverTry, c.Options.RelayPassword, c.Options.RoomName, 500*time.Millisecond)
10771077
if errConn != nil {
10781078
log.Debug(errConn)
1079-
log.Debugf("could not connect to " + serverTry)
1079+
log.Debug("could not connect to " + serverTry)
10801080
continue
10811081
}
10821082
log.Debugf("local connection established to %s", serverTry)

0 commit comments

Comments
 (0)