changed TRACE to DEBUG3 for dbclient

This commit is contained in:
HansH111 2022-03-19 09:04:18 +00:00
parent 94b693b43c
commit 193d967123

View File

@ -463,7 +463,7 @@ algo_type * buf_match_algo(buffer* buf, algo_type localalgos[],
/* get the comma-separated list from the buffer ie "algo1,algo2,algo3" */ /* get the comma-separated list from the buffer ie "algo1,algo2,algo3" */
algolist = buf_getstring(buf, &len); algolist = buf_getstring(buf, &len);
TRACE(("buf_match_algo: %s", algolist)) DEBUG3(("buf_match_algo: %s", algolist))
remotecount = MAX_PROPOSED_ALGO; remotecount = MAX_PROPOSED_ALGO;
get_algolist(algolist, len, remotenames, &remotecount); get_algolist(algolist, len, remotenames, &remotecount);