Browse Source

[crypto] Fix debug message

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 10 years ago
parent
commit
50e48d5b19
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/crypto/x509.c

+ 1
- 1
src/crypto/x509.c View File

459
 			return -EINVAL;
459
 			return -EINVAL;
460
 		}
460
 		}
461
 		basic->path_len = path_len;
461
 		basic->path_len = path_len;
462
-		DBGC2 ( cert, "X509 %p path length constraint is %u\n",
462
+		DBGC2 ( cert, "X509 %p path length constraint is %d\n",
463
 			cert, basic->path_len );
463
 			cert, basic->path_len );
464
 	}
464
 	}
465
 
465
 

Loading…
Cancel
Save