CID-472: output initialize notification routes message

This commit is contained in:
Anton Chuchkalov 2016-04-05 22:58:13 +03:00
parent d16a803f7e
commit 26e4d7ad06

View File

@ -17,6 +17,7 @@ module Devops
json Devops::API2_0::Handler::ProviderNotification.new(request).autoscaling_groups_change(group_id, provider_account)
end
puts "ProviderNotifications routes initialized"
end
end
end