Skip to content

Commit

Permalink
Merge pull request #1100 from yast/logging
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Sep 21, 2020
2 parents 7b7c116 + 9fb6fc4 commit 62c1976
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions library/packages/src/modules/Slides.rb
Expand Up @@ -192,7 +192,7 @@ def SetSlideDir(dir)
tmp = Convert.to_map(WFM.Read(path(".local.stat"), @slide_base_path))

if !Ops.get_boolean(tmp, "isdir", false)
Builtins.y2error("Using default path instead of %1", tmp)
Builtins.y2milestone("Using default path instead of %1", tmp)
@slide_base_path = "/var/adm/YaST/InstSrcManager/tmp/CurrentMedia/suse/setup/slide"
end

Expand All @@ -214,7 +214,7 @@ def LoadSlides(language)
def CheckBasePath
tmp = Convert.to_map(WFM.Read(path(".local.stat"), @slide_base_path))
if !Ops.get_boolean(tmp, "isdir", false)
Builtins.y2error("Using default path instead of %1", @slide_base_path)
Builtins.y2milestone("Using default path instead of %1", @slide_base_path)
@slide_base_path = "/var/adm/YaST/InstSrcManager/tmp/CurrentMedia/suse/setup/slide"

return false
Expand Down
7 changes: 7 additions & 0 deletions package/yast2.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Sep 21 11:28:33 UTC 2020 - Ladislav Slezák <lslezak@suse.cz>

- Decrease error logging to avoid false positives in the y2log
(bsc#1176653)
- 4.3.28

-------------------------------------------------------------------
Wed Sep 16 11:14:41 UTC 2020 - José Iván López González <jlopez@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2
Version: 4.3.27
Version: 4.3.28
Release: 0
Summary: YaST2 Main Package
License: GPL-2.0-only
Expand Down

0 comments on commit 62c1976

Please sign in to comment.