indented loaded file log entry

This commit is contained in:
Andreas Steffen 2006-05-30 07:41:22 +00:00
parent 1a10669080
commit 7c2e556644
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ bool pem_asn1_load_file(const char *filename, char *passphrase,
blob->ptr = malloc(blob->len);
bytes = fread(blob->ptr, 1, blob->len, fd);
fclose(fd);
logger->log(logger, CONTROL, "loaded %s file '%s' (%d bytes)", type, filename, bytes);
logger->log(logger, CONTROL, " loaded %s file '%s' (%d bytes)", type, filename, bytes);
*pgp = FALSE;