diff options
| author | Roy Marples <roy@marples.name> | 2008-09-05 15:46:02 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-09-05 15:46:02 +0000 |
| commit | f25f3fb214d3106bb12fdaa0b67eeabd3dadbb0a (patch) | |
| tree | 428ab6f794f8aa4ecde2447797b71802d87a999a /if-options.c | |
| parent | 4119774e53a495666d9c28dcf0ba06f5ad37361a (diff) | |
| download | dhcpcd-f25f3fb214d3106bb12fdaa0b67eeabd3dadbb0a.tar.xz | |
Don't spam on startup about unsupported interfaces if quiet.
Diffstat (limited to 'if-options.c')
| -rw-r--r-- | if-options.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/if-options.c b/if-options.c index 6cb3bcb4..848c8660 100644 --- a/if-options.c +++ b/if-options.c @@ -261,6 +261,7 @@ parse_option(struct if_options *ifo, int opt, const char *arg) case 'd': /* FALLTHROUGH */ case 'k': /* FALLTHROUGH */ case 'n': /* FALLTHROUGH */ + case 'q': /* FALLTHROUGH */ case 'x': /* FALLTHROUGH */ case 'B': /* FALLTHROUGH */ case 'T': /* We need to handle non interface options */ @@ -325,9 +326,6 @@ parse_option(struct if_options *ifo, int opt, const char *arg) case 'p': ifo->options |= DHCPCD_PERSISTENT; break; - case 'q': - setloglevel(LOG_WARNING); - break; case 's': ifo->options |= DHCPCD_INFORM; ifo->options |= DHCPCD_PERSISTENT; |
