change message level from warn to debug
Signed-off-by: jason yang <jasonyangshadow@gmail.com>
This commit is contained in:
committed by
Jonathon Anderson
parent
69e9cf7e85
commit
8f7b8b641b
@@ -43,7 +43,7 @@ func OverlayImage(nodeName string, context string, overlayNames []string) string
|
||||
var name string
|
||||
if context != "" {
|
||||
if len(overlayNames) > 0 {
|
||||
wwlog.Warn("context(%v) and overlays(%v) specified: prioritizing context(%v)",
|
||||
wwlog.Debug("context(%v) and overlays(%v) specified: prioritizing context(%v)",
|
||||
context, overlayNames, context)
|
||||
}
|
||||
name = "__" + strings.ToUpper(context) + "__.img"
|
||||
|
||||
Reference in New Issue
Block a user