diff --git a/cli-kex.c b/cli-kex.c index 4f2a884..c3b8846 100644 --- a/cli-kex.c +++ b/cli-kex.c @@ -371,7 +371,7 @@ static void checkhostkey(const unsigned char* keyblob, unsigned int keybloblen) if (ret == DROPBEAR_SUCCESS) { /* Good matching key */ - TRACE(("good matching key")) + DEBUG1(("server match %s", fingerprint)) goto out; }