commit | 22f0502ed9f3ae624b0b9a922a067cb6f7e7ce09 | [log] [tgz] |
---|---|---|
author | Sven Eckelmann <sven@narfation.org> | Fri May 19 13:02:00 2017 +0200 |
committer | Simon Wunderlich <sw@simonwunderlich.de> | Tue May 23 14:34:31 2017 +0200 |
tree | 04e47cd27136157ac04d869388c74ea038858d96 | |
parent | 912eeed9f5208515b75103e91ff8b64cfdcca7b9 [diff] |
batman-adv: Print correct function names in dbg messages The function names in batman-adv changed slightly in the past. But some of the debug messages were not updated correctly and therefore some messages were incorrect. To avoid this in the future, these kind of messages should use __func__ to automatically print the correct function name. Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>