removed debugging log messages
git-svn-id: http://repo.ham.fi/svn/aprsc/trunk@243 3ce903b1-3385-4e86-93cd-f9a4a239f7ac
This commit is contained in:
parent
12563910cf
commit
5808168138
|
|
@ -299,8 +299,8 @@ char *strsockaddr(const struct sockaddr *sa, const int addr_len)
|
|||
su.si.sin_port = sup->si6.sin6_port;
|
||||
memcpy(& su.si.sin_addr, &((uint32_t*)(&(sup->si6.sin6_addr)))[3], 4);
|
||||
sa = &su.sa;
|
||||
sup = NULL;
|
||||
hlog(LOG_DEBUG, "Translating v4 mapped/compat address..");
|
||||
// sup = NULL;
|
||||
// hlog(LOG_DEBUG, "Translating v4 mapped/compat address..");
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
@ -327,7 +327,7 @@ char *strsockaddr(const struct sockaddr *sa, const int addr_len)
|
|||
sprintf(s, "]:%s", sbuf);
|
||||
}
|
||||
|
||||
if (!sup) hlog(LOG_DEBUG, "... to: %s", eb);
|
||||
// if (!sup) hlog(LOG_DEBUG, "... to: %s", eb);
|
||||
|
||||
return hstrdup(eb);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue