diff --git a/lib/utils/process.py b/lib/utils/process.py index a4587553239121a4dd1970591cfca97b1c3cf8ca..8b865d63b9582049c0c253b8ebd7dbb494fa42c1 100644 --- a/lib/utils/process.py +++ b/lib/utils/process.py @@ -1,7 +1,7 @@ # # -# Copyright (C) 2006, 2007, 2010, 2011 Google Inc. +# Copyright (C) 2006, 2007, 2010, 2011, 2012 Google Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -192,9 +192,9 @@ def RunCmd(cmd, env=None, output=None, cwd="/", reset_env=False, shell = False if output: - logging.debug("RunCmd %s, output file '%s'", strcmd, output) + logging.info("RunCmd %s, output file '%s'", strcmd, output) else: - logging.debug("RunCmd %s", strcmd) + logging.info("RunCmd %s", strcmd) cmd_env = _BuildCmdEnvironment(env, reset_env)