Changed some logmessages
This commit is contained in:
@@ -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) {
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user