camtool: typo from Adrian (ajft.org) and run gofmt

Change-Id: Ibbebea7bcf9a583c0ea1e86f09eff69acd2b174e
This commit is contained in:
Brad Fitzpatrick 2013-08-02 16:32:50 -07:00
parent e4e976e8a1
commit 38bb307085
2 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ import (
"os"
"strings"
"camlistore.org/pkg/googlestorage"
"camlistore.org/pkg/cmdmain"
"camlistore.org/pkg/googlestorage"
"camlistore.org/third_party/code.google.com/p/goauth2/oauth"
)

View File

@ -323,7 +323,7 @@ For:
select {
case br := <-sizeMismatch:
// TODO(bradfitz): check both sides and repair, carefully. For now, fail.
log.Printf("WARNING: blobref %v has differing sizes on source and est", br)
log.Printf("WARNING: blobref %v has differing sizes on source and dest", br)
stats.ErrorCount++
mismatches = append(mismatches, br)
case sb, ok := <-syncBlobs: