Skip to content

Commit

Permalink
use new logger
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Feb 13, 2015
1 parent a3f586e commit 88ff1ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/BootArch.rb
Expand Up @@ -78,7 +78,7 @@ def FailsafeKernelParams
elsif Arch.s390
ret = "#{DefaultKernelParams("")} noresume"
else
Builtins.y2warning("Parameters for Failsafe boot option not defined")
log.warn "Parameters for Failsafe boot option not defined"
ret = ""
end
if Stage.initial
Expand Down Expand Up @@ -123,7 +123,7 @@ def StrArch
end
end

Builtins.y2milestone("Type of architecture: %1", ret)
log.info "Type of architecture: #{ret}"
ret
end

Expand Down

0 comments on commit 88ff1ee

Please sign in to comment.