[jitsi-dev] [jitsi/jitsi-videobridge] Should not use non-standard newline character. (#346)

This is a fix for https://github.com/jitsi/jitsi-videobridge/issues/345

The code uses U+2028 on two lines, where the other lines use regular LF's. The U+2028 has reported to cause problems on the development environment of some: https://github.com/jitsi/jitsi-videobridge/issues/178#issuecomment-255527321

Replaced U+2028 with regular LF.
You can view, comment on, or merge this pull request online at:

  https://github.com/jitsi/jitsi-videobridge/pull/346

-- Commit Summary --

  * Should not use non-standard newline character.

-- File Changes --

    M src/main/java/org/jitsi/videobridge/eventadmin/metrics/MetricLoggingHandler.java (4)

-- Patch Links --

https://github.com/jitsi/jitsi-videobridge/pull/346.patch
https://github.com/jitsi/jitsi-videobridge/pull/346.diff

···

--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jitsi/jitsi-videobridge/pull/346

Merged #346.

···

--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jitsi/jitsi-videobridge/pull/346#event-833055756