Comment 2 for bug 131205

Revision history for this message
Lars Ljung (larslj) wrote :

If there are any problems with the locale the call to locale.setlocale(locale.LC_ALL, '') will raise an Python exception, this exception is never caught. The bug is still there in avahi-discover 0.6.20-2ubuntu3.2.

The attached patch makes the program print an error message to stdout and then continue as usual.