Skip to content

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
gganis committed Nov 23, 2021
1 parent 1c8e0b1 commit 03ccd4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdSecgsi/XrdSecProtocolgsi.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5116,7 +5116,7 @@ int XrdSecProtocolgsi::QueryProxy(bool checkcache, XrdSutCache *cache,
// Parse the cert file
int nci = (*ParseFile)(pi->cert, po->chain, pi->key);
if (nci < 1) {
DEBUG("proxy files must have at least 1 certificates"
DEBUG("cert files must have at least 1 certificates"
" (found: "<<nci<<")");
continue;
}
Expand Down

0 comments on commit 03ccd4c

Please sign in to comment.