[Open 1641] Change warnings to info messages

This commit is contained in:
Luis Schubert
2017-07-06 15:55:29 -07:00
parent 0794c0edf7
commit 19b5e7c781
2 changed files with 18 additions and 4 deletions

View File

@@ -117,7 +117,7 @@ define(
} catch (e) {
// $injector should throw if telemetryService
// is unavailable or unsatisfiable.
$log.warn("Telemetry service unavailable");
$log.info("Telemetry service unavailable");
return (this.telemetryService = null);
}
};
@@ -314,4 +314,3 @@ define(
return TelemetryCapability;
}
);