mirror of
https://github.com/clearlinux/WALinuxAgent.git
synced 2026-09-04 04:41:35 +00:00
Warn to Verbose
The log statement "Download did not succeed, falling back to host plugin" is not very useful, and is rather noisy.
This commit is contained in:
@@ -160,7 +160,7 @@ class WireProtocol(Protocol):
|
||||
if package is not None:
|
||||
return package
|
||||
else:
|
||||
logger.warn("Download did not succeed, falling back to host plugin")
|
||||
logger.verbose("Download did not succeed, falling back to host plugin")
|
||||
host = self.client.get_host_plugin()
|
||||
uri, headers = host.get_artifact_request(uri, host.manifest_uri)
|
||||
package = super(WireProtocol, self).download_ext_handler_pkg(uri, headers=headers, use_proxy=False)
|
||||
|
||||
Reference in New Issue
Block a user