diff cli-kex.c @ 731:9a5438271556

Move the more verbose TRACE() statements into TRACE2()
author Matt Johnston <matt@ucc.asn.au>
date Mon, 01 Apr 2013 00:07:26 +0800
parents 0fd32a552ea5
children 09c5eb71ec96
line wrap: on
line diff
--- a/cli-kex.c	Sun Mar 31 23:48:25 2013 +0800
+++ b/cli-kex.c	Mon Apr 01 00:07:26 2013 +0800
@@ -246,7 +246,7 @@
 		/* Compare hostnames */
 		if (strncmp(cli_opts.remotehost, buf_getptr(line, hostlen),
 					hostlen) != 0) {
-			TRACE(("hosts don't match"))
+			TRACE2(("hosts don't match"))
 			continue;
 		}