aboutsummaryrefslogtreecommitdiffstats
path: root/vm
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2024-09-10 12:34:20 +0200
committerTaras Madan <tarasmadan@google.com>2024-09-10 14:05:26 +0000
commit8c8b47c0c8cd80d1ff64780b9893d068439ead14 (patch)
tree440a17d052b790f801e0d1063f1763fcc465127d /vm
parentc97c816133b42257d0bcf1ee4bd178bb2a7a2b9e (diff)
all: follow new linter recommendations
Diffstat (limited to 'vm')
-rw-r--r--vm/starnix/starnix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/starnix/starnix.go b/vm/starnix/starnix.go
index f722badcf..8050760d0 100644
--- a/vm/starnix/starnix.go
+++ b/vm/starnix/starnix.go
@@ -283,7 +283,7 @@ func (inst *instance) connect() error {
return err
}
if inst.debug {
- log.Logf(0, fmt.Sprintf("instance %s: the fuchsia instance's address is %s", inst.name, address))
+ log.Logf(0, "instance %s: the fuchsia instance's address is %s", inst.name, address)
}
cmd := osutil.Command(
"ssh",