diff options
| author | ?ric Araujo <merwok@netwok.org> | 2011-02-10 01:48:09 +0100 |
|---|---|---|
| committer | ?ric Araujo <merwok@netwok.org> | 2011-02-10 01:48:09 +0100 |
| commit | 0d8fcc59e85ef42479dea9128bb051aca9dade14 (patch) | |
| tree | 69b6f82e1cb09f9bfb57cdf9dacc6450edd12273 /distutils2/command/register.py | |
| parent | 37d72aef1b216abd0840afd73c114bad25621a39 (diff) | |
| download | disutils2-0d8fcc59e85ef42479dea9128bb051aca9dade14.tar.gz | |
More logging tweaks: use real warning method, merge some calls.
Diffstat (limited to 'distutils2/command/register.py')
| -rw-r--r-- | distutils2/command/register.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/distutils2/command/register.py b/distutils2/command/register.py index 3d5bc23..e67cb7f 100644 --- a/distutils2/command/register.py +++ b/distutils2/command/register.py @@ -208,9 +208,8 @@ Your selection [default 1]: ''', logging.INFO) if code != 200: logger.info('Server response (%s): %s', code, result) else: - logger.info('You will receive an email shortly.') - logger.info('Follow the instructions in it to ' - 'complete registration.') + logger.info('You will receive an email shortly; follow the ' + 'instructions in it to complete registration.') elif choice == '3': data = {':action': 'password_reset'} data['email'] = '' |
