X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=source%2Fdrv-protocol.h;h=28ab52bfa4717a97a25721d0a3e70fbfc78d2cd7;hb=23f859c7ff307ba6358a0877ec8d07221b62a28a;hp=f2cd96f8ef9ff953db9fd95c977b36f27dbd58dc;hpb=87c5b243faa60f6379a20197473558adcc710a64;p=sigrok-util.git diff --git a/source/drv-protocol.h b/source/drv-protocol.h index f2cd96f..28ab52b 100644 --- a/source/drv-protocol.h +++ b/source/drv-protocol.h @@ -25,7 +25,7 @@ #include "libsigrok.h" #include "libsigrok-internal.h" -/* Message logging helpers with driver-specific prefix string. */ +/* 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)