diff --git a/CommModule/client.pl b/CommModule/client.pl index 3bc1348..ee77724 100755 --- a/CommModule/client.pl +++ b/CommModule/client.pl @@ -775,7 +775,7 @@ sub HandleCerts($$) undef $/; my $content=; close IN; - SysLog "Read.\n" if($debug); + SysLog "Read $csrname.\n" if($debug); SysLog "Subject: --$row{'subject'}--\n" if($debug); my ($SAN,$subject)=X509extractSAN($row{'subject'}); @@ -958,7 +958,7 @@ sub HandleGPG() undef $/; my $content=; close IN; - SysLog "Read.\n"; + SysLog "Read $csrname.\n"; $crt=Request($ver,1,2,0,0,2,366,0,$content,"",""); if(length($crt)) {