cosmetics

This commit is contained in:
Andreas Steffen 2006-06-09 05:44:34 +00:00
parent 180f924ba5
commit 996865b09e
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ bool pem_asn1_load_file(const char *filename, char *passphrase,
}
else
{
logger->log(logger, ERROR, "could not open %s file '%s'", type, filename);
logger->log(logger, ERROR, " could not open %s file '%s'", type, filename);
}
return FALSE;
}