Quiet down configuration::GetChannel()

Change-Id: Ie077f98fcc3982f4f7c193c30a3d422f1c187591
Signed-off-by: James Kuszmaul <james.kuszmaul@bluerivertech.com>
diff --git a/aos/configuration.cc b/aos/configuration.cc
index 64804e5..6cae0d4 100644
--- a/aos/configuration.cc
+++ b/aos/configuration.cc
@@ -949,10 +949,10 @@
     VLOG(1) << "No match for { \"name\": \"" << name << "\", \"type\": \""
             << type << "\" }";
     if (original_name != name && !quiet) {
-      LOG(WARNING) << "Remapped from {\"name\": \"" << original_name
-                   << "\", \"type\": \"" << type << "\"}, to {\"name\": \""
-                   << name << "\", \"type\": \"" << type
-                   << "\"}, but no channel by that name exists.";
+      VLOG(1) << "Remapped from {\"name\": \"" << original_name
+              << "\", \"type\": \"" << type << "\"}, to {\"name\": \"" << name
+              << "\", \"type\": \"" << type
+              << "\"}, but no channel by that name exists.";
     }
     return nullptr;
   }