From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 4 Dec 2009 22:29:25 +0100 From: Andrew Lunn Message-ID: <20091204212925.GD29768@lunn.ch> References: <20091204101245.GB32517@lunn.ch> <4B194EDE.2070703@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B194EDE.2070703@gmail.com> Subject: Re: [B.A.T.M.A.N.] [patch] batman-adv: Use printk(%pM) for MAC addresses Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking > >- bat_dbg(DBG_ROUTES, "Deleting route towards: %s\n", > >- orig_str); > >+ bat_dbg(DBG_ROUTES, "Deleting route towards: %pMs\n", > >+ orig_node->orig); > > There is an extra "s" after the the replacement %pM. Thanks Andrew