X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=source%2Fdrv-protocol.h;h=f6906116893ee906b268dbdbe2c0123b25540e2d;hb=54207903a78f98c62a6fc7fb37e51c1f22187ba4;hp=28ab52bfa4717a97a25721d0a3e70fbfc78d2cd7;hpb=23f859c7ff307ba6358a0877ec8d07221b62a28a;p=sigrok-util.git diff --git a/source/drv-protocol.h b/source/drv-protocol.h index 28ab52b..f690611 100644 --- a/source/drv-protocol.h +++ b/source/drv-protocol.h @@ -22,17 +22,10 @@ #include #include -#include "libsigrok.h" +#include #include "libsigrok-internal.h" -/* Message logging helpers with subsystem-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) +#define LOG_PREFIX "${short}" /** Private, per-device-instance driver context. */ struct dev_context {