Updated Branches:
  refs/heads/trunk 0cf35dc62 -> b289de1a7

underscores.


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

Branch: refs/heads/trunk
Commit: b289de1a7cf3ed491ee952f1c177e11d13cd04be
Parents: 0cf35dc
Author: Brandon Williams <[email protected]>
Authored: Wed Apr 11 15:14:27 2012 -0500
Committer: Brandon Williams <[email protected]>
Committed: Wed Apr 11 15:14:27 2012 -0500

----------------------------------------------------------------------
 .../apache/cassandra/service/StorageService.java   |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/b289de1a/src/java/org/apache/cassandra/service/StorageService.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/cassandra/service/StorageService.java 
b/src/java/org/apache/cassandra/service/StorageService.java
index 4ec5de3..e668c1c 100644
--- a/src/java/org/apache/cassandra/service/StorageService.java
+++ b/src/java/org/apache/cassandra/service/StorageService.java
@@ -1530,7 +1530,7 @@ public class StorageService implements 
IEndpointStateChangeSubscriber, StorageSe
 
                     public void onFailure()
                     {
-                        logger_.warn("Streaming from " + source + " failed");
+                        logger.warn("Streaming from " + source + " failed");
                         onSuccess(); // calling onSuccess to send notification
                     }
                 };
@@ -2846,7 +2846,7 @@ public class StorageService implements 
IEndpointStateChangeSubscriber, StorageSe
 
                     public void onFailure()
                     {
-                        logger_.warn("Streaming to " + endPointEntry + " 
failed");
+                        logger.warn("Streaming to " + endPointEntry + " 
failed");
                         onSuccess(); // calling onSuccess for latch countdown
                     }
                 };
@@ -2902,7 +2902,7 @@ public class StorageService implements 
IEndpointStateChangeSubscriber, StorageSe
 
                     public void onFailure()
                     {
-                        logger_.warn("Streaming from " + source + " failed");
+                        logger.warn("Streaming from " + source + " failed");
                         onSuccess(); // calling onSuccess for latch countdown
                     }
                 };

Reply via email to