Fixed logging in find_own_ip
Signed-off-by: Dennis Potman <dennis.potman@adlinktech.com>
This commit is contained in:
parent
8ca1780538
commit
0a9d391c64
2 changed files with 138 additions and 2 deletions
|
@ -482,10 +482,10 @@ int find_own_ip (struct ddsi_domaingv *gv, const char *requested_address)
|
|||
switch (ifa->type)
|
||||
{
|
||||
case DDSRT_IFTYPE_WIFI:
|
||||
DDS_LOG(DDS_LC_CONFIG, " wireless");
|
||||
GVLOG (DDS_LC_CONFIG, " wireless");
|
||||
break;
|
||||
case DDSRT_IFTYPE_WIRED:
|
||||
DDS_LOG(DDS_LC_CONFIG, " wired");
|
||||
GVLOG (DDS_LC_CONFIG, " wired");
|
||||
break;
|
||||
case DDSRT_IFTYPE_UNKNOWN:
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue