Opened 12 years ago
Last modified 7 years ago
#642 closed defect (Fixed)
debug output: parameters reversed
Reported by: | bugmenot | Owned by: | |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | Core Tor/Tor | Version: | 0.2.0.22-rc |
Severity: | Keywords: | ||
Cc: | Actual Points: | ||
Parent ID: | Points: | ||
Reviewer: | Sponsor: |
Description
--- tor-0.2.0.23-rc/src/common/tortls.c
+++ tor-0.2.0.23-rc/src/common/tortls.c
@@ -666,7 +666,7 @@
}
s = smartlist_join_strings(elts, ":", 0, NULL);
log_info(LD_NET, "Got a non-version-1 cipher list from %s. It is: '%s'",
- s, address);
+ address, s);
tor_free(s);
smartlist_free(elts);
}
[Automatically added by flyspray2trac: Operating System: All]
Child Tickets
Change History (3)
comment:1 Changed 12 years ago by
comment:3 Changed 7 years ago by
Component: | Tor Client → Tor |
---|
Note: See
TracTickets for help on using
tickets.
Thanks!
But I've already corrected that in r14165:
http://archives.seul.org/or/cvs/Mar-2008/msg00375.html