From f979d44a72115050e3be95a7ce9bf29bffe964dc Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sat, 19 Aug 2017 11:59:03 +0600 Subject: host/trxcon/trx_if.c: fix wrong logging category Change-Id: I0df0205e160fd9ea5811852077db7c49cddc7e8a --- src/host/trxcon/trx_if.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/host/trxcon/trx_if.c') diff --git a/src/host/trxcon/trx_if.c b/src/host/trxcon/trx_if.c index 9c76c6d0..5820d707 100644 --- a/src/host/trxcon/trx_if.c +++ b/src/host/trxcon/trx_if.c @@ -666,7 +666,7 @@ int trx_if_open(struct trx_instance **trx, const char *host, uint16_t port) return 0; error: - LOGP(DTRX, LOGL_NOTICE, "Couldn't establish UDP connection\n"); + LOGP(DTRX, LOGL_ERROR, "Couldn't establish UDP connection\n"); talloc_free(trx_new); return rc; } -- cgit v1.2.3