drivers/jtag_vpi: Added "jtag_vpi:" prefixes to log messages
commit46e39108400ef717d05c2cff66088f1b499a02a5
authorJan Matyas <matyas@codasip.com>
Thu, 11 Nov 2021 15:35:18 +0000 (11 16:35 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 20 Nov 2021 14:43:22 +0000 (20 14:43 +0000)
treee992da73e88a43b0a63df6d3f9715c895fa4134e
parent8457a1be10d1463b40c020867ad4dc2513c93a4b
drivers/jtag_vpi: Added "jtag_vpi:" prefixes to log messages

Added "jtag_vpi:" prefixes to log messages from the jtag_vpi
driver. The intention is to make it clear what the messages
relate to. Without the prefix, many of the log messages
won't make much sense to the user.

This change does not alter any functionality, just
the printed text.

Example:

Before:
Error: Can't connect to 127.0.0.1 : 5555

After:
Error: jtag_vpi: Can't connect to 127.0.0.1 : 5555

Change-Id: I779c379f52722b094b200d08b25ab0f7280d2845
Signed-off-by: Jan Matyas <matyas@codasip.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/6686
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
src/jtag/drivers/jtag_vpi.c