Remove redundant whitespace
This commit is contained in:
parent
3a6be65a20
commit
de251635b1
@ -199,8 +199,7 @@ utils::TCPSocket AllreduceBase::ConnectTracker(void) const {
|
|||||||
fprintf(stderr, "connect to (failed): [%s]\n", tracker_uri.c_str());
|
fprintf(stderr, "connect to (failed): [%s]\n", tracker_uri.c_str());
|
||||||
utils::Socket::Error("Connect");
|
utils::Socket::Error("Connect");
|
||||||
} else {
|
} else {
|
||||||
fprintf(stderr, "retry connect to ip(retry time %d): [%s]\n", retry, tracker_uri.c_str());
|
fprintf(stderr, "retry connect to ip(retry time %d): [%s]\n", retry, tracker_uri.c_str());
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
Sleep(1);
|
Sleep(1);
|
||||||
#else
|
#else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user