diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-04-01 00:07:26 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-04-01 00:07:26 +0800 |
commit | 90cf7f012cdc6143752464bc9bb2b4a9f94f7132 (patch) | |
tree | 9c2f0e8e778daa2b18b76c32f4ee826deaec70c6 /cli-kex.c | |
parent | 484516da516037d37747319e9b7cff91bffb6a4a (diff) |
Move the more verbose TRACE() statements into TRACE2()
Diffstat (limited to 'cli-kex.c')
-rw-r--r-- | cli-kex.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -246,7 +246,7 @@ static void checkhostkey(unsigned char* keyblob, unsigned int keybloblen) { /* Compare hostnames */ if (strncmp(cli_opts.remotehost, buf_getptr(line, hostlen), hostlen) != 0) { - TRACE(("hosts don't match")) + TRACE2(("hosts don't match")) continue; } |