P4DTI issue job000292

TitleMessage objects break syslog on Linux
Statusclosed
Prioritycritical
Assigned userNick Barnes
OrganizationRavenbrook
DescriptionWe have new message objects and catalogs. These don't work for the syslog on Linux because the syslog library function is expecting strings, not message objects.
AnalysisCall str() on the msg object in sys_logger.log
How foundmanual_test
EvidenceTest of release 1.1.0
Observed in1.1.0
Introduced in1.1.0
Created byNick Barnes
Created on2001-04-10 16:10:28
Last modified byGareth Rees
Last modified on2001-12-10 19:38:26
History2001-04-10 NB Created.

Fixes

Change Effect Date User Description
11270 closed 2001-04-10 16:14:15 Nick Barnes Added call to str() so that our message objects don't upset syslog.syslog().