mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
reduce spam
This commit is contained in:
parent
f34abe4411
commit
d62ae11874
@ -380,14 +380,16 @@ run() {
|
|||||||
BIO_set_nbio(*_bio, 1);
|
BIO_set_nbio(*_bio, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_connect_count > 0) {
|
if (downloader_cat.is_debug()) {
|
||||||
downloader_cat.info()
|
if (_connect_count > 0) {
|
||||||
<< "Reconnecting to " << _bio->get_server_name() << ":"
|
downloader_cat.debug()
|
||||||
<< _bio->get_port() << "\n";
|
<< "Reconnecting to " << _bio->get_server_name() << ":"
|
||||||
} else {
|
<< _bio->get_port() << "\n";
|
||||||
downloader_cat.info()
|
} else {
|
||||||
<< "Connecting to " << _bio->get_server_name() << ":"
|
downloader_cat.debug()
|
||||||
<< _bio->get_port() << "\n";
|
<< "Connecting to " << _bio->get_server_name() << ":"
|
||||||
|
<< _bio->get_port() << "\n";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
_state = S_connecting;
|
_state = S_connecting;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user