mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
Switch to a warn
Signed-off-by: Ben McDonald <ben.mcdonald@hpe.com>
This commit is contained in:
parent
117783d264
commit
3a6ed5a24e
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ var ScanCmd = &cobra.Command{
|
|||
}
|
||||
|
||||
if len(foundAssets) == 0 {
|
||||
log.Info().Msg("Scan complete. No responsive assets were found.")
|
||||
log.Warn().Msg("Scan complete. No responsive assets were found.")
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue