Skip to content
Snippets Groups Projects
Commit b4812d00 authored by ale's avatar ale
Browse files

go vet fix

parent 2b203e8b
No related branches found
No related tags found
No related merge requests found
......@@ -233,7 +233,7 @@ func (db *Database) Sync(remote SyncClient) error {
if book, err := db.GetBook(bookid); err == nil {
if files, err := db.GetBookFiles(bookid); err == nil {
if err := remote.SendBook(book, files); err != nil {
log.Printf("SendBook(%d): %v", id, err)
log.Printf("SendBook(%s): %v", id, err)
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment