X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=source%2Fdrv-protocol.h;h=0045b17147f76227e7b23643d2739f1e0950e271;hb=36c9d998af693111f1135dd676c729766753778d;hp=f2cd96f8ef9ff953db9fd95c977b36f27dbd58dc;hpb=87c5b243faa60f6379a20197473558adcc710a64;p=sigrok-util.git diff --git a/source/drv-protocol.h b/source/drv-protocol.h index f2cd96f..0045b17 100644 --- a/source/drv-protocol.h +++ b/source/drv-protocol.h @@ -25,14 +25,8 @@ #include "libsigrok.h" #include "libsigrok-internal.h" -/* Message logging helpers with driver-specific prefix string. */ -#define LOG_PREFIX "${short}: " -#define sr_log(l, s, args...) sr_log(l, LOG_PREFIX s, ## args) -#define sr_spew(s, args...) sr_spew(LOG_PREFIX s, ## args) -#define sr_dbg(s, args...) sr_dbg(LOG_PREFIX s, ## args) -#define sr_info(s, args...) sr_info(LOG_PREFIX s, ## args) -#define sr_warn(s, args...) sr_warn(LOG_PREFIX s, ## args) -#define sr_err(s, args...) sr_err(LOG_PREFIX s, ## args) +/* Message logging helpers with subsystem-specific prefix string. */ +#define LOG_PREFIX "${short}" /** Private, per-device-instance driver context. */ struct dev_context {