Change log message from error to info, no packaging server is
perfectly valid.
Signed-off-by: Martin J. Bligh <mbligh@google.com>
git-svn-id: http://test.kernel.org/svn/autotest/trunk@3634 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/server/autotest.py b/server/autotest.py
index a2d8abe..2bd1f89 100644
--- a/server/autotest.py
+++ b/server/autotest.py
@@ -123,7 +123,7 @@
self.installed = True
return
except global_config.ConfigError, e:
- logging.error("Could not install autotest using the packaging "
+ logging.info("Could not install autotest using the packaging "
"system: %s", e)
except (error.PackageInstallError, error.AutoservRunError), e:
logging.error("Could not install autotest from %s", repos)