summaryrefslogtreecommitdiff
path: root/src/or/rendclient.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-10-14 03:18:14 +0000
committerNick Mathewson <nickm@torproject.org>2004-10-14 03:18:14 +0000
commit1c9426d6e027d4a7789471691ad1703b05f60fad (patch)
tree0892be29c16011091754cb7fbfe1275bc172a42b /src/or/rendclient.c
parent3737566465f11bf2bd710239e38634590c4c4603 (diff)
downloadtor-1c9426d6e027d4a7789471691ad1703b05f60fad.tar.gz
tor-1c9426d6e027d4a7789471691ad1703b05f60fad.zip
Build without warnings on mac gcc 3.3
svn:r2487
Diffstat (limited to 'src/or/rendclient.c')
-rw-r--r--src/or/rendclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendclient.c b/src/or/rendclient.c
index 877617354c..70f0564a5f 100644
--- a/src/or/rendclient.c
+++ b/src/or/rendclient.c
@@ -310,7 +310,7 @@ rend_client_receive_rendezvous(circuit_t *circ, const char *request, size_t requ
}
if (request_len != DH_KEY_LEN+DIGEST_LEN) {
- log_fn(LOG_WARN,"Incorrect length (%d) on RENDEZVOUS2 cell.",request_len);
+ log_fn(LOG_WARN,"Incorrect length (%d) on RENDEZVOUS2 cell.",(int)request_len);
goto err;
}