[init] Show initialisation function names in debug messages

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2025-07-15 14:08:15 +01:00
parent 7ac4b3c6f1
commit 1e3fb1b37e
36 changed files with 38 additions and 1 deletions

View File

@@ -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,
};