mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
info -> debug
This commit is contained in:
parent
999e641840
commit
b21608acfa
@ -633,7 +633,7 @@ run_connecting() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (downloader_cat.is_debug()) {
|
if (downloader_cat.is_debug()) {
|
||||||
downloader_cat.info()
|
downloader_cat.debug()
|
||||||
<< "Connected to " << _bio->get_server_name() << ":"
|
<< "Connected to " << _bio->get_server_name() << ":"
|
||||||
<< _bio->get_port() << "\n";
|
<< _bio->get_port() << "\n";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user