소스 검색

[crypto] Fix debug message

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 9 년 전
부모
커밋
50e48d5b19
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/crypto/x509.c

+ 1
- 1
src/crypto/x509.c 파일 보기

@@ -459,7 +459,7 @@ static int x509_parse_basic_constraints ( struct x509_certificate *cert,
459 459
 			return -EINVAL;
460 460
 		}
461 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 463
 			cert, basic->path_len );
464 464
 	}
465 465
 

Loading…
취소
저장