| summaryrefslogtreecommitdiff | 
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2020-01-07 11:06:51 +0100 | 
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2020-01-07 11:06:51 +0100 | 
| commit | 99fc3898606bf9bc2a732facffc1a6fe6bfcf3a2 (patch) | |
| tree | 7ca296de2a78a500b838d9a5d5a5fa3c0523fa18 /src/device/physical/physical_device.c | |
| parent | 11138ae4e8e3ed2f01156189923f7904c8f21591 (diff) | |
...
Diffstat (limited to 'src/device/physical/physical_device.c')
| -rw-r--r-- | src/device/physical/physical_device.c | 7 | 
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); | 


