commit 166c7267261051b9944fb21f8f8afdbdc5df0796 parent 6c09b1154ee762731099b081edbb39ae686df4a0 Author: Willy Goiffon <dev@z3bra.org> Date: Fri, 28 Feb 2020 20:01:39 +0100 Reset verbosity to 0 by default Diffstat:
M | wendy.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wendy.c b/wendy.c @@ -36,7 +36,7 @@ char *evname[] = { [IN_MOVE_SELF] = "MOVE_SELF", }; -int verbose = 1; +int verbose = 0; void usage(char *name)