aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-10-04 21:48:26 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2018-10-04 21:48:26 +0200
commit300f37b2111673323948698752a88d4a97a7947b (patch)
tree80ccbd0d2b04312ac29075c5c1d44168f107dac2 /lib
parent1c670687bb4c912ce954391f5478d947a712f8e1 (diff)
Update doc link and clarify instructions
Change-Id: If8ca1ce6d0fb33e7e9a684391ec4b856073dc48e Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'lib')
-rw-r--r--lib/xdsserver/sdks.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xdsserver/sdks.go b/lib/xdsserver/sdks.go
index 47d48d5..5a8a1fa 100644
--- a/lib/xdsserver/sdks.go
+++ b/lib/xdsserver/sdks.go
@@ -103,7 +103,7 @@ func SDKsConstructor(ctx *Context) (*SDKs, error) {
}
}
- ctx.Log.Debugf("Cross SDKs: %d defined, %d installed", len(s.Sdks), nbInstalled)
+ ctx.Log.Infof("Cross SDKs: %d defined, %d installed", len(s.Sdks), nbInstalled)
// Start monitor thread to detect new SDKs
sdksDirs := []string{}