diff --git a/build/check_embedded.pl b/build/check_embedded.pl index a401e28e..84ace9b8 100755 --- a/build/check_embedded.pl +++ b/build/check_embedded.pl @@ -162,10 +162,10 @@ sub comment { error("EXPIRED"); } elsif ($days < 30) { $days = int($days); - error("expires in $days days"); + error("expires in $days days ($notAfter)"); } elsif ($days < 60) { $days = int($days); - warning("expires in $days days"); + warning("expires in $days days ($notAfter)"); } next; }