diff debug.h @ 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 3f87f7ff1092
children
line wrap: on
line diff
--- a/debug.h	Thu Mar 24 14:18:45 2022 +0800
+++ b/debug.h	Thu Mar 24 14:44:13 2022 +0800
@@ -48,6 +48,8 @@
 /*#define DEBUG_KEXHASH*/
 /*#define DEBUG_RSA*/
 
+/* The level of TRACE() statements */
+#define DROPBEAR_VERBOSE_LEVEL 4
 
 #if DEBUG_TRACE
 extern int debug_trace;