Double Newlines on Remote Messages

Bug #1691458 reported by ingopingo
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
dsyslog (Ubuntu)
New
Undecided
Unassigned

Bug Description

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;

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.