From 26e4d7ad06633256fa7a3eb8485d51f0038ac75c Mon Sep 17 00:00:00 2001 From: Anton Chuchkalov Date: Tue, 5 Apr 2016 22:58:13 +0300 Subject: [PATCH] CID-472: output initialize notification routes message --- devops-service/app/api2/routes/provider_notification.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/devops-service/app/api2/routes/provider_notification.rb b/devops-service/app/api2/routes/provider_notification.rb index 4a61695..12a2351 100644 --- a/devops-service/app/api2/routes/provider_notification.rb +++ b/devops-service/app/api2/routes/provider_notification.rb @@ -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