From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lon Hohberger Date: Wed, 03 Oct 2007 11:51:05 -0400 Subject: [Cluster-devel] [PATCH] Rename dprintf -> dbg_printf because dprintf is a glibc function In-Reply-To: <1191423233.4477.17.camel@ayanami.boston.devel.redhat.com> References: <1191423233.4477.17.camel@ayanami.boston.devel.redhat.com> Message-ID: <1191426665.4477.49.camel@ayanami.boston.devel.redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Wed, 2007-10-03 at 10:53 -0400, Lon Hohberger wrote: > Patch included herein by reference: > > https://bugzilla.redhat.com/attachment.cgi?id=214721 > > -- Lon > Er, information: * patch fixes fence_xvm[d] * was causing problems because dprintf() (glibc function) writes to a file descriptor, and not a debug level. -- Lon