Skip to content

Commit

Permalink
[crypto] Fix debug message
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Jul 12, 2014
1 parent 8484e97 commit 50e48d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crypto/x509.c
Expand Up @@ -459,7 +459,7 @@ static int x509_parse_basic_constraints ( struct x509_certificate *cert,
return -EINVAL;
}
basic->path_len = path_len;
DBGC2 ( cert, "X509 %p path length constraint is %u\n",
DBGC2 ( cert, "X509 %p path length constraint is %d\n",
cert, basic->path_len );
}

Expand Down

0 comments on commit 50e48d5

Please sign in to comment.