opensciencegrid / xrootd-lcmaps

Integration between Xrootd and LCMAPS.
Apache License 2.0
4 stars 11 forks source link

Fix log message #56

Closed dellaric closed 2 years ago

dellaric commented 2 years ago

Hi,

this change removes the extra/spurious line for the policy name, and adds the one for the log level

Best regards, Giuseppe.

before:

INFO in xrootd-lcmaps config: XrdLcmaps: Setting LCMAPS config file to /etc/xrootd/lcmaps.conf. INFO in xrootd-lcmaps config: XrdLcmaps: Using LCMAPS policy name xrootd_policy. INFO in xrootd-lcmaps config: XrdLcmaps: Using LCMAPS policy name xrootd_policy.

after:

INFO in xrootd-lcmaps config: XrdLcmaps: Setting LCMAPS config file to /etc/xrootd/lcmaps.conf. INFO in xrootd-lcmaps config: XrdLcmaps: Using LCMAPS policy name xrootd_policy. INFO in xrootd-lcmaps config: XrdLcmaps: Setting LCMAPS log level to 0.