changeset 1896:6cb6e81ca765

changed TRACE to DEBUG3 for dbclient
author HansH111 <hans@atbas.org>
date Sat, 19 Mar 2022 09:04:18 +0000
parents 3bfacfc996cf
children fe68c0244b97
files common-algo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/common-algo.c	Sat Mar 19 09:03:51 2022 +0000
+++ b/common-algo.c	Sat Mar 19 09:04:18 2022 +0000
@@ -463,7 +463,7 @@
 
 	/* get the comma-separated list from the buffer ie "algo1,algo2,algo3" */
 	algolist = buf_getstring(buf, &len);
-	TRACE(("buf_match_algo: %s", algolist))
+	DEBUG3(("buf_match_algo: %s", algolist))
 	remotecount = MAX_PROPOSED_ALGO;
 	get_algolist(algolist, len, remotenames, &remotecount);