Removed some debug loggin
This commit is contained in:
@@ -145,7 +145,7 @@ void ForwardFile(fidoaddr Node, fa_list *sbl)
|
||||
CloseMail(net, Temp);
|
||||
}
|
||||
} else {
|
||||
WriteError("$Can't create netmail");
|
||||
WriteError("Can't create netmail");
|
||||
}
|
||||
tidy_faddr(Temp);
|
||||
}
|
||||
@@ -277,7 +277,6 @@ void ForwardFile(fidoaddr Node, fa_list *sbl)
|
||||
free(queuedir);
|
||||
free(listfile);
|
||||
tidy_faddr(routeto);
|
||||
Syslog('f', "forward done");
|
||||
}
|
||||
|
||||
|
||||
|
@@ -614,7 +614,7 @@ int ProcessTic(fa_list **sbl, orphans **opl)
|
||||
if ((strlen(tic.Banner)) && IsArchive) {
|
||||
cmd = xstrcpy(archiver.barc);
|
||||
if ((cmd == NULL) || (!strlen(cmd))) {
|
||||
Syslog('!', "No banner command for %s", archiver.name);
|
||||
Syslog('+', "No banner command for %s", archiver.name);
|
||||
} else {
|
||||
snprintf(temp1, PATH_MAX, "%s/%s", TIC.Inbound, TIC.NewFile);
|
||||
snprintf(Temp, PATH_MAX, "%s/etc/%s", getenv("MBSE_ROOT"), tic.Banner);
|
||||
|
@@ -508,7 +508,6 @@ int LoadTic(char *inb, char *tfn, orphans **opl)
|
||||
TIC.Orphaned = TRUE;
|
||||
Syslog('+', "Can't find file in inbound, will check later");
|
||||
} else {
|
||||
Syslog('f', "Returned RealName %s", RealName);
|
||||
/*
|
||||
* If no LFN received in the ticfile and the file in the inbound is the same as the 8.3 name
|
||||
* but only the case is different, then treat the real filename as LFN.
|
||||
|
Reference in New Issue
Block a user