ansible/lib
willthames 5ef077e58c syslog.openlog does not cope with unicode first argument
It seems that os.path.basename(__file__) can return a unicode
string. In this case syslog.openlog fails. Forcing the result
to a string causes the resulting error to go away.
2012-12-27 14:54:16 +10:00
..
ansible syslog.openlog does not cope with unicode first argument 2012-12-27 14:54:16 +10:00