summaryrefslogtreecommitdiff
path: root/src/YalpServer/InitServer.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/YalpServer/InitServer.java')
-rwxr-xr-xsrc/YalpServer/InitServer.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/YalpServer/InitServer.java b/src/YalpServer/InitServer.java
index 8ad17cf..387d23a 100755
--- a/src/YalpServer/InitServer.java
+++ b/src/YalpServer/InitServer.java
@@ -6,7 +6,6 @@
* http://www.eclipse.org/legal/cpl-v10.html
*
* Contributors: Manuel Traut and Volker Dahnke
- *
*/
package YalpServer;
@@ -80,7 +79,7 @@ public class InitServer {
/* t.b.d. error handling */
System.out.println("couldn't resolve hostname");
}
-
+ System.out.println("host: " + serverIP);
/* bind ServerControl to ORB and NamingService */
this.orb = ORB.init(orbArgs, null);