You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2018/12/15 08:34:50 UTC

lucene-solr:jira/http2: update

Repository: lucene-solr
Updated Branches:
  refs/heads/jira/http2 550a350cf -> 9d421c650


update


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/9d421c65
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/9d421c65
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/9d421c65

Branch: refs/heads/jira/http2
Commit: 9d421c650ed2d51e638637c5e028b14811f4f352
Parents: 550a350
Author: Cao Manh Dat <da...@apache.org>
Authored: Sat Dec 15 08:34:31 2018 +0000
Committer: Cao Manh Dat <da...@apache.org>
Committed: Sat Dec 15 08:34:31 2018 +0000

----------------------------------------------------------------------
 solr/core/src/test/org/apache/solr/cloud/KerberosTestServices.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/9d421c65/solr/core/src/test/org/apache/solr/cloud/KerberosTestServices.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/cloud/KerberosTestServices.java b/solr/core/src/test/org/apache/solr/cloud/KerberosTestServices.java
index 90ae5d7..5b23a0b 100644
--- a/solr/core/src/test/org/apache/solr/cloud/KerberosTestServices.java
+++ b/solr/core/src/test/org/apache/solr/cloud/KerberosTestServices.java
@@ -87,7 +87,7 @@ public class KerberosTestServices {
     } while (bindException);
 
     log.info("KDC host:{}", kdc.getHost());
-    log.info("krb5.conf file:", FileUtils.readFileToString(kdc.getKrb5conf(), "UTF-8"));
+    log.info("krb5.conf file:{}", FileUtils.readFileToString(kdc.getKrb5conf(), "UTF-8"));
 
     Configuration.setConfiguration(jaasConfiguration);
     Krb5HttpClientBuilder.regenerateJaasConfiguration();