From: Morten Welinder <mwelinder@gmail.com>
To: Petr Baudis <pasky@suse.cz>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] Verbose git-daemon logging
Date: Fri, 23 Sep 2005 08:08:02 -0400 [thread overview]
Message-ID: <118833cc05092305083757bd9b@mail.gmail.com> (raw)
In-Reply-To: <20050921213933.GB10575@pasky.or.cz>
> + buflen = snprintf(buf, 1024, "[%d] ", getpid());
pid_t is not int.
Please cast it to int, or use %ld and cast it to long int.
Morten
prev parent reply other threads:[~2005-09-23 12:08 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-21 21:39 [PATCH] Verbose git-daemon logging Petr Baudis
2005-09-22 8:52 ` Junio C Hamano
2005-09-22 9:25 ` Petr Baudis
2005-09-22 23:42 ` Junio C Hamano
2005-09-22 23:58 ` Linus Torvalds
2005-09-23 12:08 ` Morten Welinder [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=118833cc05092305083757bd9b@mail.gmail.com \
--to=mwelinder@gmail.com \
--cc=git@vger.kernel.org \
--cc=pasky@suse.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.