some cleanups here and there

This commit is contained in:
Martin Willi
2006-09-18 11:37:40 +00:00
parent 4f383c6950
commit a2cf2812c4
4 changed files with 9 additions and 13 deletions
+1 -1
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, " loading %s file '%s' (%d bytes)", type, filename, bytes);
*pgp = FALSE;