From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Wed, 23 Jun 2010 16:20:10 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201006231620.11058.lindner_marek@yahoo.de> Subject: [B.A.T.M.A.N.] batman-adv debug logging 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: b.a.t.m.a.n@lists.open-mesh.org Hi, a couple of months ago a series of patches had been introduced which removed the batman-adv log inside the proc filesystem and redirected the messages to the standard linux logs. This allowed us to be more compliant with the linux rules but also crippled our debugging mechanisms. The following patches re- introduce thedebug logging but inside debugfs which should be ok according to Greg KH. Feedback is welcome, :-) Marek