From 25844176b66a992b42041fd07bf14096f3d2ad02 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 17 Oct 1998 15:10:42 +0000 Subject: Introduced O_DEBUG. svn path=/trunk/; revision=2102 --- options.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'options.c') diff --git a/options.c b/options.c index 7883eed1..7aa58d21 100644 --- a/options.c +++ b/options.c @@ -256,7 +256,10 @@ struct query *ctl; /* option record to be initialized */ break; case 'v': case LA_VERBOSE: - outlevel = O_VERBOSE; + if (outlevel == O_VERBOSE) + outlevel = O_DEBUG; + else + outlevel = O_VERBOSE; break; case 'd': case LA_DAEMON: -- cgit v1.2.3