From 99fc3898606bf9bc2a732facffc1a6fe6bfcf3a2 Mon Sep 17 00:00:00 2001 From: nsensfel Date: Tue, 7 Jan 2020 11:06:51 +0100 Subject: ... --- src/device/physical/physical_device.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/device/physical') diff --git a/src/device/physical/physical_device.c b/src/device/physical/physical_device.c index ca6f595..1bf3326 100644 --- a/src/device/physical/physical_device.c +++ b/src/device/physical/physical_device.c @@ -60,7 +60,12 @@ int relabsd_physical_device_open { int err; - RELABSD_S_DEBUG(RELABSD_DEBUG_PROGRAM_FLOW, "Opening physical device..."); + RELABSD_DEBUG + ( + RELABSD_DEBUG_PROGRAM_FLOW, + "Opening physical device %s...", + filename + ); errno = 0; device->file = open(filename, O_RDONLY); -- cgit v1.2.3-70-g09d2