Repository: flink
Updated Branches:
  refs/heads/master 80dd85900 -> 4c71e90e4


[logging] use correct class name for logging BlobServerConnection

This closes #514


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

Branch: refs/heads/master
Commit: 4c71e90e41c514e10341909138a00585153e0a55
Parents: 80dd859
Author: hongsibao <[email protected]>
Authored: Mon Mar 23 00:18:06 2015 +0800
Committer: Maximilian Michels <[email protected]>
Committed: Tue Mar 24 12:20:12 2015 +0100

----------------------------------------------------------------------
 .../java/org/apache/flink/runtime/blob/BlobServerConnection.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/4c71e90e/flink-runtime/src/main/java/org/apache/flink/runtime/blob/BlobServerConnection.java
----------------------------------------------------------------------
diff --git 
a/flink-runtime/src/main/java/org/apache/flink/runtime/blob/BlobServerConnection.java
 
b/flink-runtime/src/main/java/org/apache/flink/runtime/blob/BlobServerConnection.java
index 0946d98..5472a2e 100644
--- 
a/flink-runtime/src/main/java/org/apache/flink/runtime/blob/BlobServerConnection.java
+++ 
b/flink-runtime/src/main/java/org/apache/flink/runtime/blob/BlobServerConnection.java
@@ -56,7 +56,7 @@ import static 
org.apache.flink.runtime.blob.BlobServerProtocol.RETURN_ERROR;
 class BlobServerConnection extends Thread {
 
        /** The log object used for debugging. */
-       private static final Logger LOG = 
LoggerFactory.getLogger(BlobServer.class);
+       private static final Logger LOG = 
LoggerFactory.getLogger(BlobServerConnection.class);
 
        /** The socket to communicate with the client. */
        private final Socket clientSocket;

Reply via email to