write_msg() is used by both the server and the test suite. In
authordjfiander <djfiander>
Tue, 6 Jun 2006 01:18:38 +0000 (01:18 +0000)
committerdjfiander <djfiander>
Tue, 6 Jun 2006 01:18:38 +0000 (01:18 +0000)
commit37cbdac2b72d48bb98087ae7fac30a5aa8e7bf21
treee7e7bc731384e6e8dc706f76375408a6f3a06ab3
parent9d5b0e296d8e14153ecbbf49915dd3f135bfc283
write_msg() is used by both the server and the test suite.  In
the test suite, we don't want to call syslog, so only call syslog
if we're writing the message to stdout (which only happens in the
server).
Sip.pm