commit | 4e09991af206539add91e9d793ec1de61ec72e66 | [log] [tgz] |
---|---|---|
author | Sven Eckelmann <sven@narfation.org> | Wed Mar 08 12:43:59 2017 +0100 |
committer | Simon Wunderlich <sw@simonwunderlich.de> | Fri Mar 17 12:53:35 2017 +0100 |
tree | 23f9c09ab1fcc74c096bde6cd9be9f89910d0b0c | |
parent | f7a2bd6544657f125d2c8a8b4f231a8cd225ee8f [diff] |
batman-adv: Use __func__ to add function names to messages The name of the function might change in which these messages are printed. It is therefore better to let the compiler handle the insertion of the correct function name. Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>