Mercurial > pidgin
changeset 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 | 6afeab1955b2 |
children | e807abdcee83 |
files | src/proxy.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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; }