Restructured Modules_LoadBuiltins to load modules in the order they are linked in.
[tpg/acess2.git] / Modules / Network / NE2000 / ne2000.c
index 700c35e..40d9b82 100644 (file)
@@ -128,7 +128,7 @@ int Ne2k_Install(char **Options)
        }
        
        if( giNe2k_CardCount == 0 ) {
-               Log("[Ne2k ] No cards detected\n");
+               Warning("[Ne2k ] No cards detected");
                return MODULE_ERR_NOTNEEDED;
        }
        

UCC git Repository :: git.ucc.asn.au