summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/physical')
-rw-r--r--src/device/physical/physical_device.c7
1 files changed, 6 insertions, 1 deletions
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);