From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [RFC] cld: replace "if (verbose) { act_log }" with CLD_DEBUG Date: Sun, 06 Dec 2009 18:38:58 -0500 Message-ID: <4B1C4092.9070409@garzik.org> References: <1260113335-14436-1-git-send-email-cmccabe@alumni.cmu.edu> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=P4mv2xjAtb5cAcc4OTp67bgvYh4tV0fqXYeDdO4rrKc=; b=aQfazXCfj1zVhm/2UDCD6byl7Hh5lMUkdRiWRNJ/h1yIV8Dp3J/9C1+i0yrBzwtcGB we4p6qURLvF8J6xEM+B+x4SVVv/FRKpwX3NA6tElubKRYpD8ErvS2OQvvWDIHExD7sYh pEZ58Hlg4w72wJPGl0Dio+8LICCWu0y5SH2pM= In-Reply-To: <1260113335-14436-1-git-send-email-cmccabe@alumni.cmu.edu> Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Colin McCabe Cc: Project Hail List , Pete Zaitcev On 12/06/2009 10:28 AM, Colin McCabe wrote: > Move prototypes for common.c functions out of cld_msg.h and into a new header > file, common.h. Create a structure that represents the current log level and > the function to use for logging. Patch lacks common.h...