summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorguest <guest@f059d3a0-6783-47b7-97ff-1fe0bbf25129>2008-10-12 20:35:49 +0000
committerguest <guest@f059d3a0-6783-47b7-97ff-1fe0bbf25129>2008-10-12 20:35:49 +0000
commit767a0b11171c8ef9cf32c5d35fcf99bb33d3e300 (patch)
tree71cf4b5e8a9d29842f65db26ab6be82ad376d5c3 /src
parent6ce02d206803e03fb6869e31484ea2c4f79975f6 (diff)
script modificaitons for real network
git-svn-id: http://manut.eu/svn/yalp/trunk@10 f059d3a0-6783-47b7-97ff-1fe0bbf25129
Diffstat (limited to 'src')
-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);