clarified secret loading debug output

This commit is contained in:
Andreas Steffen
2010-05-18 16:54:25 +02:00
parent 8ebc3da64c
commit 8d7fffc942
+1 -1
View File
@@ -701,7 +701,7 @@ static void log_psk(char *label, secret_t *s)
}
enumerator->destroy(enumerator);
}
plog(" loaded %s for %.*s", label, n, buf);
plog(" loaded %s secret for %.*s", label, n, buf);
}
static void process_secret(secret_t *s, int whackfd)