From: Sebastien Douheret Date: Thu, 4 Oct 2018 19:48:26 +0000 (+0200) Subject: Update doc link and clarify instructions X-Git-Tag: 6.99.1~21 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-server.git;a=commitdiff_plain;h=300f37b2111673323948698752a88d4a97a7947b Update doc link and clarify instructions Change-Id: If8ca1ce6d0fb33e7e9a684391ec4b856073dc48e Signed-off-by: Sebastien Douheret --- 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{} diff --git a/webapp/src/index.html b/webapp/src/index.html index b7f6264..c784ae1 100644 --- a/webapp/src/index.html +++ b/webapp/src/index.html @@ -58,8 +58,9 @@

X(cross) Development System

-

Please start XDS agent on your machine -
and +

Please + install and start XDS agent +
on your host first and then
connect to XDS Dashboard

@@ -81,7 +82,7 @@

For more information, please refer to XDS User's Guide: