Fix p2p bug and various warnings
[profile/ivi/neard.git] / src / ndef.c
index 9392b4b..547df70 100644 (file)
@@ -1796,7 +1796,8 @@ struct near_ndef_message *near_ndef_prepare_handover_record(char* type_name,
 
        g_free(oob_data);
 
-       near_info("handover select record preparation OK");
+       DBG("Hs NDEF done");
+
        return hs_msg;
 
 fail:
@@ -2042,7 +2043,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: