summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--users/antarus/projects/infra/use_desc_gen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/antarus/projects/infra/use_desc_gen.py b/users/antarus/projects/infra/use_desc_gen.py
index 1eb2820941..3e048f91d2 100644
--- a/users/antarus/projects/infra/use_desc_gen.py
+++ b/users/antarus/projects/infra/use_desc_gen.py
@@ -178,7 +178,7 @@ def GetOpts():
if not opts.repo_path:
parser.error('--repo_path is a required option')
- logging.error('REPO_PATH is %s' % opts.repo_path)
+ logging.debug('REPO_PATH is %s' % opts.repo_path)
return (opts, unused_args)