summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ipn/ipnlocal/network-lock.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipn/ipnlocal/network-lock.go b/ipn/ipnlocal/network-lock.go
index a0a57f85c..3834f9927 100644
--- a/ipn/ipnlocal/network-lock.go
+++ b/ipn/ipnlocal/network-lock.go
@@ -96,7 +96,7 @@ func (b *LocalBackend) initTKALocked() error {
authority: authority,
storage: storage,
}
- b.logf("tka initialized at head %x", authority.Head())
+ b.logf("tka initialized at head %s", authority.Head())
}
return nil