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

Update ivan log statements #28

Merged
merged 2 commits into from Aug 31, 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

switch log line for old logging type

  • Loading branch information
rhigdon committed Aug 31, 2013
commit 13ab5f14e08180aa919a6834b538d0d95ef74a85
@@ -319,7 +319,7 @@ def printEnvironment(current_environment):
if current_environment['syslog_versions']:
for i, version in enumerate(current_environment['syslog_versions'], 1):
line = "\t%d. %s(%s)" % (i, version[0], version[1])
LOGGER.info(line)
Logger.printLog(line)
else:
Logger.printLog("\tNo Syslog Version Found......", prio = 'crit',
print_comp = True)
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.