--- unbound.c.orig Thu Jan 28 21:01:51 2016
+++ unbound.c Thu Jan 28 21:03:04 2016
@@ -735,7 +735,7 @@
#endif
break;
case 'v':
- cmdline_verbose ++;
+ cmdline_verbose++;
verbosity++;
break;
case 'd':
Doesn't look like cmdline_verbose is incrementing unless that was by design.