mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-04 15:26:00 +00:00
net/dns: fix fmt error on Revert print
Fixes #5619 Signed-off-by: nyghtowl <warrick@tailscale.com>
This commit is contained in:
parent
aa0064db4d
commit
0f16640546
@ -205,7 +205,7 @@ func (m *resolvedManager) run(ctx context.Context) {
|
|||||||
// When ctx goes away systemd-resolved auto reverts.
|
// When ctx goes away systemd-resolved auto reverts.
|
||||||
// Keeping for potential use in future refactor.
|
// Keeping for potential use in future refactor.
|
||||||
if call := rManager.CallWithContext(ctx, dbusResolvedInterface+".RevertLink", 0, m.ifidx); call.Err != nil {
|
if call := rManager.CallWithContext(ctx, dbusResolvedInterface+".RevertLink", 0, m.ifidx); call.Err != nil {
|
||||||
m.logf("[v1] RevertLink: %w", call.Err)
|
m.logf("[v1] RevertLink: %v", call.Err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user