diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-08-15 04:34:50 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-08-15 04:34:50 +0000 |
commit | bb424cb27c7ebf082bd5d5bf3554f7f14e481793 (patch) | |
tree | 44361ec7d51e81563405cc38f44a2f223d7e1826 /users | |
parent | fix issing comma (diff) | |
download | gentoo-bb424cb27c7ebf082bd5d5bf3554f7f14e481793.tar.gz gentoo-bb424cb27c7ebf082bd5d5bf3554f7f14e481793.tar.bz2 gentoo-bb424cb27c7ebf082bd5d5bf3554f7f14e481793.zip |
fix error -> debug
Diffstat (limited to 'users')
-rw-r--r-- | users/antarus/projects/infra/use_desc_gen | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/antarus/projects/infra/use_desc_gen b/users/antarus/projects/infra/use_desc_gen index ecd3335f2d..f1c6b8f294 100644 --- a/users/antarus/projects/infra/use_desc_gen +++ b/users/antarus/projects/infra/use_desc_gen @@ -23,7 +23,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) |