From ce764c468da4ec30dc0537d300586cf3e1df4305 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Mon, 16 Sep 2019 18:05:09 -0400 Subject: [PATCH] move update log --- activity.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activity.go b/activity.go index 19cbb17..e937df8 100644 --- a/activity.go +++ b/activity.go @@ -484,7 +484,6 @@ func xonkxonk(user *WhatAbout, item junk.Junk, origin string) *Honk { origin = originate(xid) what = "bonk" case "Update": - log.Printf("should be updating") isUpdate = true fallthrough case "Create": @@ -701,6 +700,7 @@ func xonkxonk(user *WhatAbout, item junk.Junk, origin string) *Honk { } if isUpdate { + log.Printf("something has changed! %s", xonk.XID) prev := getxonk(user.ID, xonk.XID) if prev == nil { log.Printf("didn't find old version for update: %s", xonk.XID)