diff options
| author | Michael Wilson | 2014-11-20 21:06:25 +0100 |
|---|---|---|
| committer | Michael Wilson | 2014-11-20 21:06:25 +0100 |
| commit | 8711bc55a374bb564cb292aec69b5267f75eb310 (patch) | |
| tree | 118884d52cb1ddbe17090abc74f753dfe96af4a5 /dozentenmodulserver/src/main/java/thrift | |
| parent | Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module (diff) | |
| download | tutor-module-8711bc55a374bb564cb292aec69b5267f75eb310.tar.gz tutor-module-8711bc55a374bb564cb292aec69b5267f75eb310.tar.xz tutor-module-8711bc55a374bb564cb292aec69b5267f75eb310.zip | |
Fixed Bug: no new user possible --> query changed
Diffstat (limited to 'dozentenmodulserver/src/main/java/thrift')
| -rw-r--r-- | dozentenmodulserver/src/main/java/thrift/MasterThriftConnection.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dozentenmodulserver/src/main/java/thrift/MasterThriftConnection.java b/dozentenmodulserver/src/main/java/thrift/MasterThriftConnection.java index 6e5e6f61..a921e65f 100644 --- a/dozentenmodulserver/src/main/java/thrift/MasterThriftConnection.java +++ b/dozentenmodulserver/src/main/java/thrift/MasterThriftConnection.java @@ -31,7 +31,7 @@ public class MasterThriftConnection { final TProtocol protocol = new TBinaryProtocol(transport); final Client client = new Client(protocol); - LOGGER.info("Masterserver '" + MASTERSERVER_IP + "' erreichbar."); + //LOGGER.info("Masterserver '" + MASTERSERVER_IP + "' erreichbar."); return client; } |
