Browse Source

fix long line

dev1
brian baldino 8 years ago
parent
commit
7988fc783d
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      modules/xmpp/RtxModifier.js

+ 2
- 1
modules/xmpp/RtxModifier.js View File

@@ -241,7 +241,8 @@ export default class RtxModifier {
241 241
           return sdpStr;
242 242
         }
243 243
         if (!videoMLine.ssrcGroups) {
244
-          logger.debug("RtxModifier doing nothing, no video ssrcGroups present");
244
+          logger.debug("RtxModifier doing nothing, " + 
245
+              "no video ssrcGroups present");
245 246
           return sdpStr;
246 247
         }
247 248
         const fidGroups = videoMLine.ssrcGroups

Loading…
Cancel
Save