sched-host-tran: change info trace to debug

This log was polluting the journal with unneeded information

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: I36a72935f9ce47cbc131cf4f44fd351846ce8269
diff --git a/scheduled_host_transition.cpp b/scheduled_host_transition.cpp
index 25c5deb..f2907c5 100644
--- a/scheduled_host_transition.cpp
+++ b/scheduled_host_transition.cpp
@@ -180,8 +180,8 @@
 
     if (schedTime == 0)
     {
-        log<level::INFO>("handleTimeUpdates: The function Scheduled Host "
-                         "Transition is disabled.");
+        log<level::DEBUG>("handleTimeUpdates: The function Scheduled Host "
+                          "Transition is disabled.");
         return;
     }