Skip to content

Commit 712b472

Browse files
committed
minor
1 parent 58f0ecc commit 712b472

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/source/class/osparc/widget/logger

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/widget/logger/LoggerView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,12 +402,12 @@ qx.Class.define("osparc.widget.logger.LoggerView", {
402402
const msgLogs = [];
403403
msgs.forEach(msg => {
404404
const msgLog = {
405+
logLevel,
405406
timeStamp: new Date(),
406407
nodeId,
407408
label,
408409
msg,
409410
tooltip: msg,
410-
logLevel
411411
};
412412
msgLogs.push(msgLog);
413413
});

0 commit comments

Comments
 (0)