Skip to content

Commit

Permalink
update log messages (#50677)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenGravy authored Jan 1, 2025
1 parent b80d417 commit 27931ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/events/filesessions/fileasync.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ func (u *Uploader) Scan(ctx context.Context) (*ScanStats, error) {
stats.Started++
}
if stats.Scanned > 0 {
u.log.DebugContext(ctx, "Session recording scan completed ", "scanned", stats.Scanned, "started", stats.Started, "corupted", stats.Corrupted, "upload_dir", u.cfg.ScanDir)
u.log.DebugContext(ctx, "Session recording scan completed ", "scanned", stats.Scanned, "started", stats.Started, "corrupted", stats.Corrupted, "upload_dir", u.cfg.ScanDir)
}
return &stats, nil
}
Expand Down

0 comments on commit 27931ed

Please sign in to comment.