libsigrok/hardware/fx2lafw
Alexandru Gagniuc f427daefb0 fx2lafw: Use DRIVER_LOG_DOMAIN for log messages
Use the new DRIVER_LOG_DOMAIN mechanism, where explicitly writing
the driver name in the message string is no longer required.

Thus:

- sr_err("fx2lafw: Something bad happened.");

becomes:

+ sr_err("Something bad happened.");

In either case, the log output is the same.

Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
2012-12-17 12:26:10 -06:00
..
Makefile.am fx2lafw: Implemented initial support for start capture 2012-03-07 07:52:05 +00:00
command.c fx2lafw: Use DRIVER_LOG_DOMAIN for log messages 2012-12-17 12:26:10 -06:00
command.h sr: moved sigrok.h so libsigrok/libsigrok.h 2012-07-05 01:17:28 +02:00
fx2lafw.c fx2lafw: Use DRIVER_LOG_DOMAIN for log messages 2012-12-17 12:26:10 -06:00
fx2lafw.h fx2lafw: Use DRIVER_LOG_DOMAIN for log messages 2012-12-17 12:26:10 -06:00