From acb7e5af27dec07c3f53d6b40c253eed1fb2dc04 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 13 May 2010 00:29:31 +0100 Subject: [PATCH] change messages to pipe --- backends/innduct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/innduct.c b/backends/innduct.c index c2aeb9d..3c746c3 100644 --- a/backends/innduct.c +++ b/backends/innduct.c @@ -3833,7 +3833,7 @@ int main(int argc, char **argv) { close(i); } - logv_prefix= xasprintf("<%s> ", sitename); + logv_prefix= xasprintf("%s| ", sitename); if (interactive < 2) { openlog("innduct",LOG_NDELAY|LOG_PID,LOG_NEWS); logv_use_syslog= 1; -- 2.30.2