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);
|
||||
}
|
||||
|
||||
if (_connect_count > 0) {
|
||||
downloader_cat.info()
|
||||
<< "Reconnecting to " << _bio->get_server_name() << ":"
|
||||
<< _bio->get_port() << "\n";
|
||||
} else {
|
||||
downloader_cat.info()
|
||||
<< "Connecting to " << _bio->get_server_name() << ":"
|
||||
<< _bio->get_port() << "\n";
|
||||
if (downloader_cat.is_debug()) {
|
||||
if (_connect_count > 0) {
|
||||
downloader_cat.debug()
|
||||
<< "Reconnecting to " << _bio->get_server_name() << ":"
|
||||
<< _bio->get_port() << "\n";
|
||||
} else {
|
||||
downloader_cat.debug()
|
||||
<< "Connecting to " << _bio->get_server_name() << ":"
|
||||
<< _bio->get_port() << "\n";
|
||||
}
|
||||
}
|
||||
|
||||
_state = S_connecting;
|
||||
|
Loading…
x
Reference in New Issue
Block a user