Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Less drama when displaying error message. #3

Merged
merged 6 commits into from Aug 20, 2013

The system is configured, not Loggly.

  • Loading branch information
philip-loggly committed Aug 20, 2013
commit d98dc4a9913a407202ef174527459e448659020d
@@ -818,8 +818,8 @@ def get_auth_token(loggly_user, loggly_password, loggly_subdomain):
prio = 'warning', print_comp = True)
user_choice = 0
token = auth_tokens[user_choice]
Logger.printLog(('\nLoggly will be configured with '
'\"%s\" Customer Token.\n' % token),
Logger.printLog(('\nThis system is now configured to use '
'\"%s\" as its Customer Token.\n' % token),
print_comp = True)
return { "token" : token, "id": DISTRIBUTION_ID }
else:
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.