mirror of
https://github.com/docker/docs.git
synced 2026-03-31 08:18:55 +07:00
change error log to debug
Signed-off-by: David Lawrence <david.lawrence@docker.com> (github: endophage)
This commit is contained in:
@@ -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{}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user