[skip ci]Fix error log output format in task.go (#13131)

Signed-off-by: JackLCL <chenglong.li@zilliz.com>
pull/13145/head
JackLCL 2021-12-10 10:19:10 +08:00 committed by GitHub
parent 3ddcec79b4
commit 2905182282
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ func (t *CreateCollectionReqTask) Execute(ctx context.Context) error {
reason := fmt.Sprintf("create collection %d", collID)
ts, err := t.core.TSOAllocator(1)
if err != nil {
return fmt.Errorf("TSO alloc fail, error = %w", err)
return fmt.Errorf("tso alloc fail, error = %w", err)
}
// build DdOperation and save it into etcd, when ddmsg send fail,