Skip to content

Commit

Permalink
For ST renewtill is null, remove from debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
mrow4a committed Feb 20, 2019
1 parent 3f4d7cf commit 2199952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>ch.cern.eos</groupId>
<version>1.0.1</version>
<version>1.0.2</version>
<artifactId>hadoop-xrootd</artifactId>
<packaging>nar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ch/cern/eos/XRootDKrb5.java
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ private static void checkToken() {
// Save cache location
XRootDKrb5.krb5ccname = credCacheName;
hasKrbST = 1;
eosDebugLogger.printDebug("found service ticket token " + cred.getServicePrincipal().getName() + " " + cred.getRenewTill().toString() + " at " + credCacheName);
eosDebugLogger.printDebug("found service ticket token " + cred.getServicePrincipal().getName() + " " + cred.getEndTime().toString() + " at " + credCacheName);
break;
}
}
Expand Down

0 comments on commit 2199952

Please sign in to comment.