1 // SPDX-License-Identifier: GPL-2.0
2 /* Copyright (C) 2010-2020 B.A.T.M.A.N. contributors:
15 * batadv_debug_log() - Add debug log entry
16 * @bat_priv: the bat priv with all the soft interface information
19 * Return: 0 on success or negative error number in case of failure
21 int batadv_debug_log(struct batadv_priv
*bat_priv
, const char *fmt
, ...)
31 trace_batadv_dbg(bat_priv
, &vaf
);