From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Dunlap Subject: Re: [PATCH 2 of 6] xen: move `printk("Initializing domain")` from credit to generic scheduling code Date: Tue, 23 Oct 2012 17:04:50 +0100 Message-ID: <5086C022.3070702@eu.citrix.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Dario Faggioli Cc: Paul Durrant , "Keir (Xen.org)" , Jan Beulich , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On 22/10/12 15:40, Dario Faggioli wrote: > As, if it makes sense to let people know about it, it probably always does. > > Signed-off-by: Dario Faggioli The difference is, credit2 is explicity "experimental"; it's not unexpected to have a bunch of chatty debug messages when random things happen. I don't think we want to print this on production systems running credit1. Maybe change it to "KERN_DEBUG"? -George