info -> debug

This commit is contained in:
David Rose 2002-12-10 20:05:53 +00:00
parent 999e641840
commit b21608acfa

View File

@ -633,7 +633,7 @@ run_connecting() {
}
if (downloader_cat.is_debug()) {
downloader_cat.info()
downloader_cat.debug()
<< "Connected to " << _bio->get_server_name() << ":"
<< _bio->get_port() << "\n";
}