ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/vpn.C
(Generate patch)

Comparing gvpe/src/vpn.C (file contents):
Revision 1.52 by pcg, Sun Aug 10 22:18:58 2008 UTC vs.
Revision 1.53 by pcg, Fri Aug 15 17:50:10 2008 UTC

834{ 834{
835 connection *r = find_router_for (c); 835 connection *r = find_router_for (c);
836 836
837 if (r) 837 if (r)
838 { 838 {
839 slog (L_TRACE, _("%s: no way to connect, sending mediated connection request via %s."), 839 slog (L_TRACE, _("%s: no address known, sending mediated connection request via %s."),
840 c->conf->nodename, r->conf->nodename); 840 c->conf->nodename, r->conf->nodename);
841 r->send_connect_request (c->conf->id); 841 r->send_connect_request (c->conf->id);
842 } 842 }
843 else 843 else
844 slog (L_DEBUG, _("%s: no way to connect and no router found: unable to connect."), 844 slog (L_DEBUG, _("%s: no way to connect and no router found: unable to connect at this time."),
845 c->conf->nodename); 845 c->conf->nodename);
846} 846}
847 847
848void 848void
849connection::dump_status () 849connection::dump_status ()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines