From 2e0d23ce7218baab6d08aede3a1269ac475e420d Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Tue, 31 Mar 2020 17:09:53 +0200 Subject: serial-parsers: port to use object logging --- src/mm-port-serial-at.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mm-port-serial-at.c') diff --git a/src/mm-port-serial-at.c b/src/mm-port-serial-at.c index 680c9297..c8e4782f 100644 --- a/src/mm-port-serial-at.c +++ b/src/mm-port-serial-at.c @@ -148,7 +148,7 @@ parse_response (MMPortSerial *port, /* Parse it; returns FALSE if there is nothing we can do with this * response yet. */ - if (!self->priv->response_parser_fn (self->priv->response_parser_user_data, string, &inner_error)) { + if (!self->priv->response_parser_fn (self->priv->response_parser_user_data, string, self, &inner_error)) { /* Copy what we got back in the response buffer. */ g_byte_array_append (response, (const guint8 *) string->str, string->len); g_string_free (string, TRUE); -- cgit v1.2.3-70-g09d2