Skip to content

Commit e58fbf1

Browse files
kaovilaiRakshith-R
andauthored
Update internal/rbd/snap_diff.go
Co-authored-by: Rakshith R <rakshith.r.0001@gmail.com> Signed-off-by: Tiger Kaovilai <passawit.kaovilai@gmail.com>
1 parent f68485a commit e58fbf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/rbd/snap_diff.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ func (rbdSnap *rbdSnapshot) ProcessMetadata(
118118
return fmt.Errorf("failed to get diff: %w", err)
119119
}
120120

121-
log.DebugLog(ctx, "ProcessMetadata: DiffIterateByID returned successfully, buffered blocks=%d", len(changedBlocks))
121+
log.DebugLog(ctx, "ProcessMetadata: DiffIterateByID completed successfully")
122122

123123
if len(changedBlocks) != 0 {
124124
// Send any remaining changed blocks after the loop.

0 commit comments

Comments
 (0)