From f4ae17bf2aadac7da0321156d3a32c3990a9de92 Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Thu, 11 Oct 2012 23:52:07 +0200 Subject: [PATCH] ndef: Parsing complete is not an error Use DBG instead of near_error. --- src/ndef.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ndef.c b/src/ndef.c index 9392b4b..f508e95 100644 --- a/src/ndef.c +++ b/src/ndef.c @@ -2042,7 +2042,8 @@ static struct near_ndef_ho_record *parse_ho_record(enum record_type rec_type, if (near_fill_ho_record(ho_record, acs, mimes) < 0) goto fail; - near_error("handover record parsing complete"); + DBG("handover record parsing complete"); + return ho_record; fail: -- 2.7.4