Server logs client address
[senf.git] / Console / testServer.cc
index e8123e2..3ed6ba9 100644 (file)
@@ -110,7 +110,7 @@ int main(int, char **)
 
     TestObject test;
     testDir
-        .add("testob", test.dir)
+        .add("extra", test.dir)
         .doc("Example of an instance directory");
 
     senf::console::Server::start( senf::INet4SocketAddress(23232u) )