--- dropbear-git/common-algo.c
+++ dropbear-patch/common-algo.c
@@ -370,7 +370,7 @@
 
 	/* get the comma-separated list from the buffer ie "algo1,algo2,algo3" */
 	algolist = buf_getstring(buf, &len);
-	TRACE(("buf_match_algo: %s", algolist))
+	TRACELEVEL3((3,"buf_match_algo: %s", algolist))
 	if (len > MAX_PROPOSED_ALGO*(MAX_NAME_LEN+1)) {
 		goto out;
 	}
