Mercurial > pidgin
diff src/proxy.c @ 5218:4ee151ad8233
[gaim-migrate @ 5588]
What can I say. I'm tired.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Sat, 26 Apr 2003 08:33:49 +0000 |
| parents | 0241d6b6702d |
| children | 0bf1ced10b2b |
line wrap: on
line diff
--- a/src/proxy.c Sat Apr 26 08:24:03 2003 +0000 +++ b/src/proxy.c Sat Apr 26 08:33:49 2003 +0000 @@ -191,7 +191,7 @@ /* Are you alive? */ if(kill(req->dns_pid, 0) != 0) { gaim_debug(GAIM_DEBUG_WARNING, "dns", - "DNS child %s no longer exists\n", req->dns_pid); + "DNS child %d no longer exists\n", req->dns_pid); return -1; }
