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:
Matti Aarnio 2008-03-25 15:12:34 +00:00
parent 12563910cf
commit 5808168138
1 changed files with 3 additions and 3 deletions

View File

@ -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);
}