Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
Signed-off-by: wayblink <anyang.wang@zilliz.com>
  • Loading branch information
wayblink committed Sep 12, 2024
1 parent ab69696 commit 54c93d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/backup_impl_restore_backup.go
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,8 @@ func (b *BackupContext) executeRestoreCollectionTask(ctx context.Context, backup
targetCollectionName := task.GetTargetCollectionName()
task.StateCode = backuppb.RestoreTaskStateCode_EXECUTING
log := log.With(
zap.String("backup_db_name", task.GetCollBackup().DbName),
zap.String("backup_collection_name", task.GetCollBackup().DbName),
zap.String("backup_db_name", task.GetCollBackup().GetDbName()),
zap.String("backup_collection_name", task.GetCollBackup().GetCollectionName()),
zap.String("target_db_name", targetDBName),
zap.String("target_collection_name", targetCollectionName),
zap.Bool("skipDiskQuotaCheck", task.GetSkipDiskQuotaCheck()))
Expand Down

0 comments on commit 54c93d6

Please sign in to comment.