Commit Diff


commit - 047fe0f8e2a88230fa1dad25988df1b66beec412
commit + 61461d5bd037d9a2b9570aef80797bfe54359d4a
blob - e03c5ab990a5564cd89855a0c5bd975d65d854b8
blob + 3e5bef6f59908b36b19d499cc7b3c3c905357664
--- lstun.c
+++ lstun.c
@@ -239,7 +239,7 @@ try_to_connect(int fd, short event, void *d)
 	}
 
 	c->ntentative++;
-	log_debug("trying to connect to %s:%s (%d/%d)", ssh_host, ssh_port,
+	log_info("trying to connect to %s:%s (%d/%d)", ssh_host, ssh_port,
 	    c->ntentative, RETRIES);
 
 	if ((c->to = connect_to_ssh()) == -1) {