diff options
author | Christian Hesse <mail@eworm.de> | 2014-05-05 09:54:13 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-05-05 09:54:13 +0200 |
commit | 610ae737f5d5599daf6cddd3c44d6bb73847c274 (patch) | |
tree | 76bb0346c62652ce96ffd3b168a63ba5e75587b8 | |
parent | 3f31ed361201b0caad0f012d487f9bac2642f5c8 (diff) | |
download | dyndhcpd-610ae737f5d5599daf6cddd3c44d6bb73847c274.tar.gz dyndhcpd-610ae737f5d5599daf6cddd3c44d6bb73847c274.tar.zst |
add output about link down
-rw-r--r-- | dyndhcpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -231,7 +231,7 @@ int main(int argc, char ** argv) { } } - fprintf(stderr, "Interface not found or no address.\n"); + fprintf(stderr, "Interface not found, link down or no address.\n"); out: if (filename != NULL) |