Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / app / assets / javascripts / log_viewer.js
index 93681cc6d73fc7559120562f664e77c0a45d216e..b201ed7f105229488763c64d49c2761eb17312a0 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
 function newTaskState() {
     return {"complete_count": 0,
             "failure_count": 0,
@@ -94,7 +98,7 @@ function addToLogViewer(logViewer, lines, taskState) {
             });
             count += 1;
         } else {
-            console.log("Did not parse: " + lines[a]);
+            console.log("Did not parse line " + a + ": " + lines[a]);
         }
     }
     logViewer.add(items);