diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-30 01:40:47 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-30 16:33:16 +0100 |
commit | 26e08d45599deb4ade79e0ca45a97196f2bd7da9 (patch) | |
tree | fbf1851b1d3e2dbc77e2d6b76dba7bf940ca6a5c /main.go | |
parent | b90bf44d37438096ca0928e08faa8799a8743023 (diff) |
Used new xds agent v1.0.0-rc1 and lib xaapiv1.
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -360,7 +360,7 @@ endloop: sc := bufio.NewScanner(reader) for sc.Scan() { data := sc.Text() - iosk.Emit(apiv1.ExecInferiorInEvent, data+"\n") + iosk.Emit(xaapiv1.ExecInferiorInEvent, data+"\n") log.Debugf("Inferior IN: <%v>", data) } if sc.Err() != nil { |