From: Uwe Hermann Date: Wed, 8 May 2013 15:09:21 +0000 (+0200) Subject: new-driver: Cosmetics. X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=23f859c7ff307ba6358a0877ec8d07221b62a28a;p=sigrok-util.git new-driver: Cosmetics. --- 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)