]> sigrok.org Git - libsigrok.git/blobdiff - hardware/zeroplus-logic-cube/zeroplus.c
log messages: Use device name, not vendor name.
[libsigrok.git] / hardware / zeroplus-logic-cube / zeroplus.c
index f5b2d9e4443268956df325ccec771397dd993957..875291ee9a63de5574fee21165e3a56cb11c0409 100644 (file)
@@ -526,7 +526,7 @@ static int hw_start_acquisition(int device_index, gpointer session_device_id)
        sr_session_bus(session_device_id, &packet);
 
        if (!(buf = g_try_malloc(PACKET_SIZE))) {
-               sr_err("zeroplus: %s: buf malloc failed", __func__);
+               sr_err("lap-c: %s: buf malloc failed", __func__);
                return SR_ERR_MALLOC;
        }