Print invalid base64

master
HimbeerserverDE 2022-04-21 14:02:38 +02:00
parent 6381e1efbc
commit 5902469d62
No known key found for this signature in database
GPG Key ID: A3D3E205DA0B0401
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ func (cc *contentConn) updateCache() {
for _, f := range cc.media {
hash, err := b64.DecodeString(f.base64SHA1)
if err != nil {
cc.log("<-", err)
cc.log("<-", f.base64SHA1, ": ", err)
continue
}