From ed070c21ae68170e1cead6f5be16482d4f73ae2b Mon Sep 17 00:00:00 2001 From: kircher Date: Thu, 5 Mar 2020 21:02:06 +0800 Subject: [PATCH] d2v --- monitor_wrap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor_wrap.c b/monitor_wrap.c index 7f5a8fa..6ebcda1 100644 --- a/monitor_wrap.c +++ b/monitor_wrap.c @@ -928,7 +928,7 @@ mm_audit_run_command(const char *command) int r; int handle; - debug3("%s entering command %s", __func__, command); + verbose("%s entering command %s", __func__, command); if ((m = sshbuf_new()) == NULL) fatal("%s: sshbuf_new failed", __func__); -- 2.19.1