Skip to content

Commit

Permalink
use error for not enough space in update (bsc#1003682)
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Nov 15, 2016
1 parent 93d41b2 commit cb1f1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Packages.rb
Expand Up @@ -593,7 +593,7 @@ def Summary(flags, use_cache)
_(
"Not enough disk space. Remove some packages in the single selection."
),
"warning_level" => Mode.update ? :warning : :blocker
"warning_level" => Mode.update ? :error : :blocker
}
else
# check available free space (less than 25% and less than 750MB) (see bnc#178357)
Expand Down

0 comments on commit cb1f1c8

Please sign in to comment.