summaryrefslogtreecommitdiff
path: root/users
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2008-08-13 17:02:38 +0000
committerAlec Warner <antarus@gentoo.org>2008-08-13 17:02:38 +0000
commitf10ed91ec66eeb2a2748bad7ad30ac3152a040d0 (patch)
tree25f95cf9923ba67cd27d88b83639dfb2d9ca0d56 /users
parentcompleted untested fix for parsing errors reported by cardoe when parsing ind... (diff)
downloadgentoo-f10ed91ec66eeb2a2748bad7ad30ac3152a040d0.tar.gz
gentoo-f10ed91ec66eeb2a2748bad7ad30ac3152a040d0.tar.bz2
gentoo-f10ed91ec66eeb2a2748bad7ad30ac3152a040d0.zip
cardoe whines alot; s/error/debug/
Diffstat (limited to 'users')
-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)