Skip to content
  • David Fifield's avatar
    Use fmt_addrport where appropriate. · 8419d184
    David Fifield authored and Nick Mathewson's avatar Nick Mathewson committed
    This is mostly a conversion from this pattern:
    	log("... %s:%d ...", fmt_and_decorate_addr(&addr), port);
    to this:
    	log("... %s ...", fmt_addrport(&addr, port));
    
    The output is the same in all cases.
    8419d184