nvtsrv: Change some log messages to debug

This commit is contained in:
Kim Woelders
2024-11-10 13:29:44 +01:00
parent cd5de2fe5d
commit 55c5d0d226
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ static void _tn_tx(void *cctx, const void *buf, int len)
static void _tn_ss(void *cctx, int signal, int value)
{
nvt_log(LOG_INFO, "RFC2217 signal %d: %02x", signal, value);
DBG("RFC2217 signal %d: %02x", signal, value);
}
static void _nvtsrv_init(void)