change failed to get build conf msg as warning
authorZhang Qiang <qiang.z.zhang@intel.com>
Tue, 14 Aug 2012 22:31:04 +0000 (06:31 +0800)
committerZhang Qiang <qiang.z.zhang@intel.com>
Tue, 14 Aug 2012 22:31:04 +0000 (06:31 +0800)
gitbuildsys/cmd_build.py

index 1024ba522b63a9463e1d05d8f5011355adfc53dd..8af214aa9ce374ec32e2ddd542844bacf1901379 100644 (file)
@@ -350,7 +350,7 @@ def do(opts, args):
             distconf = opts.dist
         else:
             if repoparser.buildconf is None:
-                msger.info('failed to get build conf, use default build conf')
+                msger.warning('failed to get build conf, use default build conf')
                 distconf = configmgr.get('distconf', 'build')
             else:
                 shutil.copy(repoparser.buildconf, tmpdir)