From bcf684bdf689df58764b5b97a0dc4b849b983fd8 Mon Sep 17 00:00:00 2001 From: Lorenzo Iovino Date: Sun, 16 Jul 2017 00:25:19 +0200 Subject: [PATCH] up --- .idea/workspace.xml | 115 ++++++++++---------- Server/src/com/texttwist/server/Server.java | 2 +- 2 files changed, 56 insertions(+), 61 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 68853c4..9e480f9 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -9,20 +9,7 @@ - - - - - - - - - - - - - - messagedis - d - dict - multicas - multicastI - multicastId - multic multicast multicastID us @@ -179,6 +169,13 @@ APP: APP: A APP: + no + notifica + notificationS + notificationSEr + notificationSErv + notificationSErver + notificationSErver. C:\Users\loke\TextTwist\out\production @@ -359,7 +356,6 @@ @@ -1351,12 +1348,12 @@ - + - @@ -1411,14 +1408,6 @@ - - - - - - - - @@ -1468,8 +1457,8 @@ - - + + @@ -1503,8 +1492,8 @@ - - + + @@ -1601,16 +1590,6 @@ - - - - - - - - - - @@ -1839,8 +1818,24 @@ - - + + + + + + + + + + + + + + + + + + diff --git a/Server/src/com/texttwist/server/Server.java b/Server/src/com/texttwist/server/Server.java index 217d89f..b7137f5 100644 --- a/Server/src/com/texttwist/server/Server.java +++ b/Server/src/com/texttwist/server/Server.java @@ -33,7 +33,7 @@ public class Server { public static Integer multicastId = Config.NotificationServiceStubPort; public Server() throws IOException { - logger = new Logger(new File("./notificationServer.log"), "Server", true); + logger = new Logger(new File("./server.log"), "Server", true); Server.logger.write("Services starting ..."); startAuthService(); startJedisService();