summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 8f6d507..c942f27 100644
--- a/main.go
+++ b/main.go
@@ -73,7 +73,7 @@ func main() {
if me.changed {
log.Info("updateDroplet() worked. droplet changed")
} else {
- log.Info("updateDroplet() worked. nothing changed")
+ log.Info(filename, "nothing changed")
}
} else {
log.Info("updateDroplet() failed for", d.pb.Hostname)