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

Some minor copy changes. #39

Merged
merged 3 commits into from Sep 16, 2013
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Some minor copy changes.

  • Loading branch information
philip-loggly committed Sep 15, 2013
commit 534f7fc161a6002d68ab90ae36a1e21d6d1f4d08
@@ -92,7 +92,8 @@
"\nyour account name is mycompany.\n")
AUTHTOKEN_MODIFICATION_TEXT = ("\nIf you wish to use a different Customer Token, "
"replace %s\nwith the token you wish to use, in"
" the file %s.")
" the file %s.\n")
INSTALLATION_COMPLETED_TEXT = ("Installation completed.\n")

_LOG_SOCKET = None
OUR_PROGNAME = "configure-syslog"
@@ -1308,7 +1309,7 @@ def install(current_environment):
printLog(AUTHTOKEN_MODIFICATION_TEXT %
(authorization_details['token'],
modified_config_file))
printLog("Installation completed")
printLog(INSTALLATION_COMPLETED_TEXT)
return syslog_name_for_configuration

def verify(current_environment):
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.