From 256884a0f65d6af4c079c91375549b022220c16e Mon Sep 17 00:00:00 2001 From: "kayos@tcp.direct" Date: Wed, 16 Dec 2020 00:19:23 -0800 Subject: [PATCH] thats a string idiot --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 9a35c52..76d26b6 100644 --- a/main.go +++ b/main.go @@ -97,7 +97,7 @@ func imgPost(c *gin.Context) { Hashr.Write(Scrubbed) hash := Hashr.Sum(nil) - fmt.Printf("[imgPost][%d] MD5: %x\n", uid, hash) + fmt.Printf("[imgPost][%s] MD5: %x\n", uid, hash) fmt.Println("[imgPost][" + uid + "] Checking for duplicate's in database")