mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
whoops, typo in debug output
This commit is contained in:
parent
fce7a1c6f2
commit
b9be5a94d4
@ -1216,7 +1216,7 @@ run_ssl_handshake() {
|
||||
downloader_cat.warning()
|
||||
<< "No current cipher on SSL connection.\n";
|
||||
} else {
|
||||
if (downloader_cat.debug()) {
|
||||
if (downloader_cat.is_debug()) {
|
||||
downloader_cat.debug()
|
||||
<< "Using cipher " << SSL_CIPHER_get_name(cipher) << "\n";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user