server: Warn instead of error if a -D (debug) flag is not used.
commitcb910a6c25c289812fbb50330e6ae1b5b30f5687
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 12 Dec 2019 08:46:48 +0000 (12 08:46 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 12 Dec 2019 17:59:29 +0000 (12 17:59 +0000)
treef68a66812c0d527dde6b6599fc399386e61c41a5
parentf5a1ff71f352b5bc730856ffd3382faab5d2e13a
server: Warn instead of error if a -D (debug) flag is not used.

This was a hard error before, but that's not very useful.  It's best
to ignore -D options that we don't understand (but we still warn about
them).
server/debug-flags.c
tests/test-debug-flags.sh