From: Jeff Garzik <jeff@garzik.org>
To: Pete Zaitcev <zaitcev@redhat.com>
Cc: Project Hail List <hail-devel@vger.kernel.org>
Subject: Re: [Patch] libcldc: transition to applog, phase 1
Date: Tue, 11 Aug 2009 01:57:41 -0400 [thread overview]
Message-ID: <4A810855.4000904@garzik.org> (raw)
In-Reply-To: <20090810234745.7395b044@redhat.com>
Pete Zaitcev wrote:
> This patch transitions from printf-like to syslog-like API for
> libcldc diagnostics. In the future, this allows to drop app_log()
> from chunkd (tabled didn't even grow it).
>
> There's a small complication: one stdarg function cannot call
> another, so we cannot just insert some shims... Or actually, we can.
> The trick is to use printf into a local buffer, and then pass that down.
> All of that is strictly temporary. If I'm not missing something, once
> applications switch over, we'll just kill all of it and return to
> what it was, only with syslog-like functions. I didn't even adjust
> whitespace of ->app_log arguments as a pledge that it has to change
> again anyway.
>
> Long story short, this should be safe to build in Koji without
> resorting to chain builds.
>
> Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
applied
prev parent reply other threads:[~2009-08-11 5:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-11 5:47 [Patch] libcldc: transition to applog, phase 1 Pete Zaitcev
2009-08-11 5:57 ` Jeff Garzik [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=4A810855.4000904@garzik.org \
--to=jeff@garzik.org \
--cc=hail-devel@vger.kernel.org \
--cc=zaitcev@redhat.com \
/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.