mirror of
https://github.com/ipxe/ipxe
synced 2025-12-15 00:12:19 +03:00
[init] Show initialisation function names in debug messages
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -429,6 +429,7 @@ static void netdev_redirect_settings_init ( void ) {
|
||||
|
||||
/** "netX" settings initialiser */
|
||||
struct init_fn netdev_redirect_settings_init_fn __init_fn ( INIT_LATE ) = {
|
||||
.name = "netX",
|
||||
.initialise = netdev_redirect_settings_init,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user