Skip to content

Commit d933b42

Browse files
authored
Log correlation between Backup Name and OPID (#1027)
1 parent 489ac3d commit d933b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/pbm-agent/agent.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ func (a *Agent) Start(ctx context.Context) error {
167167
return nil
168168
}
169169

170-
logger.Printf("got command %s", cmd)
170+
logger.Printf("got command %s, opid: %s", cmd, cmd.OPID)
171171

172172
ep, err := config.GetEpoch(ctx, a.leadConn)
173173
if err != nil {

0 commit comments

Comments
 (0)