Fixed small mbfile import problem

This commit is contained in:
Michiel Broek
2002-02-08 14:25:34 +00:00
parent 7195d79c86
commit 031578fd81
3 changed files with 10 additions and 4 deletions

View File

@@ -230,7 +230,7 @@ int UnpackFile(char *File)
Syslog('f', "UnpackFile(%s)", File);
if ((unarc = unpacker(File)) == NULL) {
Syslog('+', "Unknown archive format %s", File);
Syslog('f', "Unknown archive format %s", File);
return FALSE;
}