Usermode/DHCP Client - Slight change to timeout message
authorJohn Hodge <[email protected]>
Wed, 10 Jul 2013 12:28:05 +0000 (20:28 +0800)
committerJohn Hodge <[email protected]>
Wed, 10 Jul 2013 12:28:05 +0000 (20:28 +0800)
Usermode/Applications/dhcpclient_src/main.c

index 858a61d..4d44a5d 100644 (file)
@@ -151,7 +151,7 @@ int main(int argc, char *argv[])
                        {
                                if( Handle_Timeout(i) )
                                {
-                                       fprintf(stderr, "%s timed out\n", i->Adapter);
+                                       fprintf(stderr, "DHCP on %s timed out\n", i->Adapter);
                                        goto _remove;
                                }
                        }

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