Bugfixing and testing TCP stack
[tpg/acess2.git] / Usermode / Applications / ifconfig_src / main.c
index eb8fa19..1cff6d9 100644 (file)
@@ -125,7 +125,7 @@ int AddInterface( char *Device )
                return -1;
        }
        
-       printf("-- Added '"IPSTACK_ROOT"/ip%i' using device %s\n", ret, Device);
+       printf("-- Added '"IPSTACK_ROOT"/%i' using device %s\n", ret, Device);
        
        return ret;
 }

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