Skip to content

Commit

Permalink
added a log debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
swarbhanu committed Dec 5, 2012
1 parent e7c28cf commit f4aabd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ion/services/dm/utility/uns_utility_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def setting_up_smtp_client():
# smtp_client.login(smtp_sender, smtp_password)

smtp_client = smtplib.SMTP(smtp_host)

log.debug("In setting up smtp client using the smtp client: %s" % smtp_client)
log.debug("Message received after ehlo exchange: %s" % str(smtp_client.ehlo()))
# smtp_client.login(smtp_sender, smtp_password)
else:
Expand Down

0 comments on commit f4aabd1

Please sign in to comment.