mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-15 08:41:02 +00:00
updating topic/partition/offset order (#2250)
* updating order of topic/partition/offset in log message
This commit is contained in:
parent
ca16e7f8fa
commit
dd30168b1c
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ func (r *Record) Commit(ctx context.Context) error {
|
|||
|
||||
if r.src.Verbose {
|
||||
for _, o := range committedOffsets {
|
||||
r.src.Log.Debugf("p: %v t: %v o: %v", o.Partition, *o.Topic, o.Offset)
|
||||
r.src.Log.Debugf("t: %v p: %v o: %v", *o.Topic, o.Partition, o.Offset)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue