Skip to content

Commit

Permalink
Update bugreport order and message
Browse files Browse the repository at this point in the history
  • Loading branch information
Te-k committed Jan 25, 2024
1 parent d71c696 commit 98e3c1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/bugreport.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func (b *Bugreport) Run(acq *acquisition.Acquisition, fast bool) error {
return err
}

log.Info("Bugreport completed!")
log.Debug("Bugreport completed!")

return nil
}
2 changes: 1 addition & 1 deletion modules/modules.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ type Module interface {
func List() []Module {
return []Module{
NewBackup(),
NewBugreport(),
NewPackages(),
NewGetProp(),
NewDumpsys(),
NewProcesses(),
NewServices(),
NewBugreport(),
NewFiles(),
NewSettings(),
NewSELinux(),
Expand Down

0 comments on commit 98e3c1b

Please sign in to comment.