mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 05:17:28 +00:00
changed TRACE to DEBUG3 for dbclient
This commit is contained in:
parent
94b693b43c
commit
193d967123
@ -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" */
|
||||
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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user