diff --git a/client/client.go b/client/client.go index f4911871b8..6c8e3a8aa9 100644 --- a/client/client.go +++ b/client/client.go @@ -323,7 +323,7 @@ func (r *NotaryRepository) Publish() error { // Repo hasn't been initialized, It must be initialized before // it can be published. Return an error and let caller determine // what it wants to do. - logrus.Error(err.Error()) + logrus.Debug(err.Error()) logrus.Debug("Repository not initialized during Publish") return &ErrRepoNotInitialized{} }