summaryrefslogtreecommitdiff
path: root/update.go
diff options
context:
space:
mode:
Diffstat (limited to 'update.go')
-rw-r--r--update.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/update.go b/update.go
index 2e37108..646a381 100644
--- a/update.go
+++ b/update.go
@@ -228,6 +228,8 @@ func (u *Update) run() {
retryTimer.Reset(retryTimeout)
log.Printf("update retry in %v...", retryTimeout)
+ log.Printf("only try once")
+ return
}
}
}