From 3610cfec3d9ed5bd8da83db208480ad6a6d538c2 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 6 May 2011 21:53:55 +0200 Subject: vty: The logging method has changed the signature Fix the signature of the logging command, increase osmocore requirement. It is to note that LIBOSMOVTY is not used in this branch. --- openbsc/src/vty_interface_cmds.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openbsc/src/vty_interface_cmds.c b/openbsc/src/vty_interface_cmds.c index 9f47e237c..17c54e66f 100644 --- a/openbsc/src/vty_interface_cmds.c +++ b/openbsc/src/vty_interface_cmds.c @@ -30,7 +30,8 @@ #include -static void _vty_output(struct log_target *tgt, const char *line) +static void _vty_output(struct log_target *tgt, + unsigned int level, const char *line) { struct vty *vty = tgt->tgt_vty.vty; vty_out(vty, "%s", line); -- cgit v1.2.3