Fix debug message

This commit is contained in:
Baptiste Wicht 2016-07-23 20:59:59 +02:00
parent 55af8dd058
commit f08489831c

View File

@ -302,5 +302,5 @@ void rtl8139::init_driver(network::interface_descriptor& interface, pci::device_
interface.mac_address = mac;
logging::logf(logging::log_level::TRACE, "rtl8139: MAC Address %h n", mac);
logging::logf(logging::log_level::TRACE, "rtl8139: MAC Address %h \n", mac);
}