Skip to content

Commit 8bd6322

Browse files
committed
minor cosmetic change to client output on pull
Signed-off-by: Jessica Frazelle <[email protected]>
1 parent ca8f246 commit 8bd6322

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

hack/vendor.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ clone git github.com/docker/distribution 7dc8d4a26b689bd4892f2f2322dbce0b7119d68
4040
clone git github.com/vbatts/tar-split v0.9.4
4141

4242
clone git github.com/docker/notary 8e8122eb5528f621afcd4e2854c47302f17392f7
43-
clone git github.com/endophage/gotuf 89ceb27829b9353dfee5ccccf7a3a9bb77008b05
43+
clone git github.com/endophage/gotuf a592b03b28b02bb29bb5878308fb1abed63383b5
4444
clone git github.com/tent/canonical-json-go 96e4ba3a7613a1216cbd1badca4efe382adea337
4545
clone git github.com/agl/ed25519 d2b94fd789ea21d12fac1a4443dd3a3f79cda72c
4646

vendor/src/github.com/endophage/gotuf/client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func (c *Client) update() error {
7878
if err != nil {
7979
// In this instance the root has not expired base on time, but is
8080
// expired based on the snapshot dictating a new root has been produced.
81-
logrus.Info(err.Error())
81+
logrus.Debug(err)
8282
return tuf.ErrLocalRootExpired{}
8383
}
8484
// will always need top level targets at a minimum

0 commit comments

Comments
 (0)