Add more debug log
This commit is contained in:
parent
52390fecea
commit
c342251898
@ -288,12 +288,15 @@ int Add_BBS(qualify **qal)
|
|||||||
* is attached for any possible downlink.
|
* is attached for any possible downlink.
|
||||||
* We must get the qualify list passed so we have a quick systems list.
|
* We must get the qualify list passed so we have a quick systems list.
|
||||||
*/
|
*/
|
||||||
|
Syslog('p', "Enter un_attach loop");
|
||||||
for (tmpq = *qal; tmpq; tmpq = tmpq->next) {
|
for (tmpq = *qal; tmpq; tmpq = tmpq->next) {
|
||||||
|
Syslog('p', "loop");
|
||||||
if (tmpq->send) {
|
if (tmpq->send) {
|
||||||
taka = fido2faddr(tmpq->aka);
|
taka = fido2faddr(tmpq->aka);
|
||||||
un_attach(taka, temp2);
|
un_attach(taka, temp2);
|
||||||
tidy_faddr(taka);
|
tidy_faddr(taka);
|
||||||
}
|
}
|
||||||
|
Syslog('p', "done");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (unlink(temp2) != 0)
|
if (unlink(temp2) != 0)
|
||||||
|
Reference in New Issue
Block a user