Public bug reported:

Received remote messages are logged with two newlines at end of line --
horrible at viewing syslog files. Quickfix in ./modules/output_file.c
after line 54:

   /* chop trailing newlines */
   ret = strlen(event->message);
   while ( event->message[--ret] == '\n' ) event->message[ret] = 0;

** Affects: dsyslog (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1691458

Title:
  Double Newlines on Remote Messages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dsyslog/+bug/1691458/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to