Update code from https://github.com/dmi-try/marionette-collective
[packages/precise/mcollective.git] / lib / mcollective / ddl / base.rb
index d526755ace6e4f6b26f56753798fe32b8e0e2b10..b4e524d44898df8e4b8355f2e0a322bd73ee3d08 100644 (file)
@@ -81,7 +81,7 @@ module MCollective
         if ddlfile = findddlfile
           instance_eval(File.read(ddlfile), ddlfile, 1)
         else
-          raise_code(:PLMC18, "Can't find DDL for %{type} plugin '%{name}'", :debug, :type => @plugintype, :name => @pluginname)
+          raise_code(:PLMC40, "Can't find DDL for %{type} plugin '%{name}'", :debug, :type => @plugintype, :name => @pluginname)
         end
       end