Changed some logmessages

This commit is contained in:
Michiel Broek
2003-11-21 19:32:18 +00:00
parent 1cd242c135
commit ee35478a80
4 changed files with 12 additions and 5 deletions

View File

@@ -556,7 +556,7 @@ void flush_dir(char *ndir)
p = strchr(p, ' ');
p++;
Syslog('+', "File attach %s", p);
Syslog('p', "File attach %s", p);
if (nodes.Session_out == S_DIRECT) {
attach(noden, p, mode, flavor);
} else if (nodes.Session_out == S_DIR) {

View File

@@ -474,7 +474,7 @@ int LoadTic(char *inb, char *tfn)
if (rename(Temp, Temp2))
WriteError("$Can't rename %s to %s", Temp, Temp2);
else
Syslog('+', "Renamed %s to %s", Temp, Temp2);
Syslog('f', "Renamed %s to %s", Temp, Temp2);
}
}
strncpy(TIC.NewFile, TIC.TicIn.File, 80);