From 0eccaf1a33f22230ddf87051e5eef01ac045b766 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Fri, 24 Nov 2017 18:21:40 +0100 Subject: Fixed SDK ID resolution for /exec api. --- lib/apiv1/exec.go | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/apiv1/exec.go') 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 -- cgit 1.2.3-korg