summaryrefslogtreecommitdiff
path: root/src/YalpServer
diff options
context:
space:
mode:
Diffstat (limited to 'src/YalpServer')
-rwxr-xr-xsrc/YalpServer/ServerControlImpl.java9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/YalpServer/ServerControlImpl.java b/src/YalpServer/ServerControlImpl.java
index 3947cdd..44984c7 100755
--- a/src/YalpServer/ServerControlImpl.java
+++ b/src/YalpServer/ServerControlImpl.java
@@ -186,7 +186,14 @@ public ServerControlImpl() {
logger.debug("control()");
YalpError error = new YalpError();
error.code = YalpErrorCode.OK;
- err = new YalpErrorHolder(error);
+ error.descr = "streaming ;-)";
+ error.msg = "nice isn't it";
+ error.level = YalpErrorLevel.ERROR_LEVEL_INFO;
+ err.value = error;
+
+ Output out = new Output();
+ out = ctlOutput.value;
+ ctlOutput.value = out;
}
/*