Skip to content

Commit

Permalink
Changed error message due review
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilson Souza committed Jun 22, 2017
1 parent 2f45dce commit b0998bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/kdump.rb
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ def cmdKdumpStartup(options)
alloc_mem_low, alloc_mem_high = options["alloc_mem"].split(',')
unless alloc_mem_low =~ ALLOC_MEM_REGEXP &&
(alloc_mem_high.nil? || alloc_mem_high =~ ALLOC_MEM_REGEXP)
CommandLine.Error(_("Invalid allocation memory parameter"))
CommandLine.Error(_("alloc_mem parameter used with invalid values"))
return false
end
Kdump.add_crashkernel_param = true
Expand Down

0 comments on commit b0998bd

Please sign in to comment.