Skip to content

Commit 48b4fac

Browse files
Update src/xcache-reporter
Co-authored-by: Matyas Selmeci <matyas@cs.wisc.edu>
1 parent b7a99f4 commit 48b4fac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/xcache-reporter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def main():
177177
if 'AUTH_SSL_CLIENT_CADIR' not in htcondor.param:
178178
htcondor.param['AUTH_SSL_CLIENT_CADIR'] = '/etc/grid-security/certificates'
179179

180-
# Check for existence of host cert/key pair
180+
# Check for existence of xrootd cert/key pair
181181
for certfile in htcondor.param['AUTH_SSL_CLIENT_CERTFILE'], htcondor.param['AUTH_SSL_CLIENT_KEYFILE']:
182182
if not os.path.exists(certfile):
183183
logging.error('Could not find client SSL file %s', certfile)

0 commit comments

Comments
 (0)