fixed open failure debug message in load_secrets

This commit is contained in:
Marius Tomaschewski
2009-09-04 11:52:28 +02:00
committed by Martin Willi
parent dd2b6f3073
commit 7d1b030446
+1 -1
View File
@@ -780,7 +780,7 @@ static void load_secrets(private_stroke_cred_t *this, char *file, int level,
fd = fopen(file, "r");
if (fd == NULL)
{
DBG1(DBG_CFG, "opening secrets file '%s' failed");
DBG1(DBG_CFG, "opening secrets file '%s' failed", file);
return;
}