Removed some debug loggin

This commit is contained in:
Michiel Broek
2005-11-19 20:22:40 +00:00
parent 660ac062e6
commit c453656ac2
6 changed files with 4 additions and 6 deletions

View File

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

View File

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

View File

@@ -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.