change error log to debug

Signed-off-by: David Lawrence <david.lawrence@docker.com> (github: endophage)
This commit is contained in:
David Lawrence
2015-07-23 14:24:46 -07:00
parent 6c92ca7f86
commit 503a1b8a6e

View File

@@ -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{}
}