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

@@ -169,7 +169,6 @@ int check_flo(faddr *node, char *filename, char flavor)
ticfile = calloc(PATH_MAX, sizeof(char));
snprintf(flofile, PATH_MAX -1, "%s", floname(node, flavor));
Syslog('p', "check_flo: %s", flofile);
if ((fp = fopen(flofile, "r+"))) {
filepos = 0;
while (fgets(buf, PATH_MAX +2, fp)) {

View File

@@ -78,7 +78,7 @@ char *re_mask(char *nm, int forceupper)
}
*q++ = '$';
*q++ = '\0';
Syslog('f', "Search mask \"%s\" => \"%s\"", nm, mask);
// Syslog('f', "Search mask \"%s\" => \"%s\"", nm, mask);
return mask;
}