aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authori404788 <50617709+i404788@users.noreply.github.com>2019-11-19 22:34:02 +0000
committerGitHub <noreply@github.com>2019-11-19 22:34:02 +0000
commit477be1d1551fdd4925c95404b5af025ed9f30081 (patch)
treece05d1905b5f43933ba5a165164ed15db0ebe986 /src
parentc2a55bc2174daea687f865089af4e7a3fdc192f3 (diff)
add device name
Diffstat (limited to 'src')
-rw-r--r--src/libui_sdl/LAN_PCap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libui_sdl/LAN_PCap.cpp b/src/libui_sdl/LAN_PCap.cpp
index dd5a700..75a2e3c 100644
--- a/src/libui_sdl/LAN_PCap.cpp
+++ b/src/libui_sdl/LAN_PCap.cpp
@@ -264,7 +264,7 @@ bool Init(bool open_adapter)
}
if (!curaddr->ifa_addr){
- printf("Device does not have an address :/\n");
+ printf("Device (%s) does not have an address :/\n", curaddr->ifa_name);
curaddr = curaddr->ifa_next;
continue;
}