diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-24 18:21:40 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-11-24 18:21:40 +0100 |
commit | 0eccaf1a33f22230ddf87051e5eef01ac045b766 (patch) | |
tree | 63814267ad863069c539819831281ce2854b36f5 /lib/apiv1/exec.go | |
parent | 67a7d6e46143410a5fa9cfa2554023ab7687ea34 (diff) |
Fixed SDK ID resolution for /exec api.
Diffstat (limited to 'lib/apiv1/exec.go')
-rw-r--r-- | lib/apiv1/exec.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/apiv1/exec.go b/lib/apiv1/exec.go index 2adb473..f61c5b2 100644 --- a/lib/apiv1/exec.go +++ b/lib/apiv1/exec.go @@ -339,6 +339,7 @@ func (s *APIService) execCmd(c *gin.Context) { } time.Sleep(time.Second) } + s.log.Debugf("OK file are synchronized.") } // FIXME replace by .BroadcastTo a room |