ソースを参照

fix long line

dev1
brian baldino 8年前
コミット
7988fc783d
1個のファイルの変更2行の追加1行の削除
  1. 2
    1
      modules/xmpp/RtxModifier.js

+ 2
- 1
modules/xmpp/RtxModifier.js ファイルの表示

@@ -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

読み込み中…
キャンセル
保存