We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71305f commit 4021a69Copy full SHA for 4021a69
services/static-webserver/client/source/class/osparc/desktop/StudyEditor.js
@@ -674,7 +674,7 @@ qx.Class.define("osparc.desktop.StudyEditor", {
674
},
675
};
676
osparc.data.Resources.fetch("runPipeline", "stopPipeline", params)
677
- .then(() => this.getStudyLogger().debug(null, "Pipeline aborting"), this)
+ .then(() => this.getStudyLogger().debug(null, "Stopping pipeline"), this)
678
.catch(() => this.getStudyLogger().error(null, "Error stopping pipeline"), this);
679
680
// ------------------ START/STOP PIPELINE ------------------
0 commit comments