From 56fd8d80ed7709804a86682f157530959f343382 Mon Sep 17 00:00:00 2001 From: Andrew Hanushevsky Date: Mon, 16 Dec 2019 17:19:59 -0800 Subject: [PATCH] [GSI] Enhance debugging statement so we know what the issue is. --- src/XrdCrypto/XrdCryptosslAux.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/XrdCrypto/XrdCryptosslAux.cc b/src/XrdCrypto/XrdCryptosslAux.cc index 992bd6bc8ac..04e65c574b1 100644 --- a/src/XrdCrypto/XrdCryptosslAux.cc +++ b/src/XrdCrypto/XrdCryptosslAux.cc @@ -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: "<