mirror of
https://github.com/gregtwallace/apc-p15-tool.git
synced 2025-07-04 07:16:34 +00:00
simplify logging
This commit is contained in:
parent
2c4e3df0a5
commit
201aedce1c
8 changed files with 36 additions and 93 deletions
pkg/app
|
@ -41,7 +41,7 @@ func (app *app) cmdCreate(_ context.Context, args []string) error {
|
|||
return fmt.Errorf("create: failed to write apc p15 file (%s)", err)
|
||||
}
|
||||
|
||||
app.logger.Infof("create: apc p15 file %s written to disk", fileName)
|
||||
app.stdLogger.Printf("create: apc p15 file %s written to disk", fileName)
|
||||
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue