You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by md...@apache.org on 2017/05/16 20:58:06 UTC

curator git commit: CURATOR-414 - Typo in TestingZooKeeperMain

Repository: curator
Updated Branches:
  refs/heads/master 32a7755b8 -> 55d19fa04


CURATOR-414 - Typo in TestingZooKeeperMain

This closes #222


Project: http://git-wip-us.apache.org/repos/asf/curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/55d19fa0
Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/55d19fa0
Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/55d19fa0

Branch: refs/heads/master
Commit: 55d19fa04b97a6a46581f0077c7fc65d51dd644f
Parents: 32a7755
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Mon May 15 17:53:00 2017 +0100
Committer: Mike Drob <md...@apache.org>
Committed: Tue May 16 15:57:02 2017 -0500

----------------------------------------------------------------------
 .../main/java/org/apache/curator/test/TestingZooKeeperMain.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/55d19fa0/curator-test/src/main/java/org/apache/curator/test/TestingZooKeeperMain.java
----------------------------------------------------------------------
diff --git a/curator-test/src/main/java/org/apache/curator/test/TestingZooKeeperMain.java b/curator-test/src/main/java/org/apache/curator/test/TestingZooKeeperMain.java
index f0cf68a..64bb084 100644
--- a/curator-test/src/main/java/org/apache/curator/test/TestingZooKeeperMain.java
+++ b/curator-test/src/main/java/org/apache/curator/test/TestingZooKeeperMain.java
@@ -233,7 +233,7 @@ public class TestingZooKeeperMain implements ZooKeeperMainFace
             }
             catch ( IOException e )
             {
-                log.info("Could not server. Waiting and trying one more time.", e);
+                log.info("Could not start server. Waiting and trying one more time.", e);
                 timing.sleepABit();
                 cnxnFactory = ServerCnxnFactory.createFactory();
                 cnxnFactory.configure(config.getClientPortAddress(),