forked from tcp.direct/tcp.ac
1
0
Fork 0

fixing md5 output

This commit is contained in:
kayos@tcp.direct 2020-12-16 00:06:51 -08:00
parent b4ebbbb844
commit 6f50e7bbbf
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -97,7 +97,7 @@ func imgPost(c *gin.Context) {
Hashr.Write(Scrubbed)
hash := Hashr.Sum(nil)
fmt.Println("[imgPost][" + uid + "] " + string(hash))
fmt.Printf("[imgPost][%d] MD5: %x\n", uid, hash)
fmt.Println("[imgPost][" + uid + "] Checking for duplicate's in database")