diff dropbearconvert.c @ 1904:be236878efcf

Add -v variable debug levels for server too -vvvv is equivalent to the old -v
author Matt Johnston <matt@ucc.asn.au>
date Thu, 24 Mar 2022 14:44:13 +0800
parents 750ec4ec4cbe
children
line wrap: on
line diff
--- a/dropbearconvert.c	Thu Mar 24 14:18:45 2022 +0800
+++ b/dropbearconvert.c	Thu Mar 24 14:44:13 2022 +0800
@@ -69,7 +69,7 @@
 
 #if DEBUG_TRACE
 	/* It's hard for it to get in the way _too_ much */
-	debug_trace = 1;
+	debug_trace = DROPBEAR_VERBOSE_LEVEL;
 #endif
 
 	/* get the commandline options */