Skip to content

Commit

Permalink
Fix typo in deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Moravec committed Apr 17, 2014
1 parent 0af4796 commit 350190f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/runlevel/src/modules/Service.rb
Expand Up @@ -412,7 +412,7 @@ def failure event, service_name, error=""


def deprecate message
log.warn "[DEPRECIATION] #{caller[0].split.last} in \"#{caller[1]}\" is deprecated; #{message}"
log.warn "[DEPRECATION] #{caller[0].split.last} in \"#{caller[1]}\" is deprecated; #{message}"
end

publish :function => :GetUnitId, :type => "string (string)"
Expand Down

0 comments on commit 350190f

Please sign in to comment.