8724: some more cleanup of tests.
[arvados.git] / tools / keep-block-check / keep-block-check.go
index 646d417d880e2941ab7b785dab4b8c3328fe3df4..ceafa8c7ef64baec536e6570ff32dd0e29521a52 100644 (file)
@@ -198,7 +198,7 @@ func performKeepBlockCheck(kc *keepclient.KeepClient, blobSigningKey string, blo
        for _, locator := range blockLocators {
                current++
                if verbose {
-                       log.Printf("Checking block %d of %d: %v", current, totalBlocks, locator)
+                       log.Printf("Verifying block %d of %d: %v", current, totalBlocks, locator)
                }
                getLocator := locator
                if blobSigningKey != "" {