Skip to content

Commit

Permalink
Add message to SystemctlError
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Moravec committed Mar 24, 2014
1 parent 502ab7c commit 2520d92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/systemd/src/lib/yast2/systemctl.rb
Expand Up @@ -3,6 +3,7 @@
module Yast
class SystemctlError < StandardError
def initialize struct
super "Systemctl command failed: #{struct}"
end
end

Expand Down

0 comments on commit 2520d92

Please sign in to comment.