diff options
Diffstat (limited to 'pkg/instance')
| -rw-r--r-- | pkg/instance/handler.go | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/pkg/instance/handler.go b/pkg/instance/handler.go index 24fa575..ecc22e2 100644 --- a/pkg/instance/handler.go +++ b/pkg/instance/handler.go @@ -104,7 +104,7 @@ func addCosignature(ctx context.Context, i *Instance, w http.ResponseWriter, r *  }  func getTreeHeadToCosign(ctx context.Context, i *Instance, w http.ResponseWriter, _ *http.Request) (int, error) { -	glog.V(3).Info("handling get-tree-head-to-sign request") +	glog.V(3).Info("handling get-tree-head-to-cosign request")  	sth, err := i.Stateman.ToCosignTreeHead(ctx)  	if err != nil {  		return http.StatusInternalServerError, err | 
