Skip to content

Commit

Permalink
[GSI] Enhance debugging statement so we know what the issue is.
Browse files Browse the repository at this point in the history
  • Loading branch information
abh3 committed Dec 17, 2019
1 parent eb32442 commit 56fd8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdCrypto/XrdCryptosslAux.cc
Expand Up @@ -404,7 +404,7 @@ int XrdCryptosslX509ParseFile(const char *fname,
// it should contain blocks on information in PEM form
FILE *fcer = fopen(fname, "r");
if (!fcer) {
DEBUG("unable to open file (errno: "<<errno<<")");
DEBUG("unable to open file '"<<fname <<"' (errno: "<<errno<<")");
return nci;
}

Expand Down

0 comments on commit 56fd8d8

Please sign in to comment.