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

@@ -73,7 +73,7 @@ int inbound_open(faddr *addr, int protected)
mkdirs(temp, 0700);
free(temp);
Syslog('+', "Inbound set to \"%s\"", tempinbound);
Syslog('s', "Inbound set to \"%s\"", tempinbound);
return 0;
}
@@ -93,7 +93,7 @@ int inbound_close(int success)
struct stat stb;
int rc;
Syslog('+', "Closing temp inbound after a %s session", success?"good":"failed");
Syslog('s', "Closing temp inbound after a %s session", success?"good":"failed");
if (! success) {
if (tempinbound)
free(tempinbound);