diff --git a/components/tools/OmeroPy/src/omero/plugins/web.py b/components/tools/OmeroPy/src/omero/plugins/web.py index d4283490c7f..2f7c6fab3ff 100644 --- a/components/tools/OmeroPy/src/omero/plugins/web.py +++ b/components/tools/OmeroPy/src/omero/plugins/web.py @@ -544,7 +544,7 @@ def start(self, args, settings): if pid: if not self._check_pid(pid, pid_path): pid_path.remove() - self.ctx.die(608, "Removed stale %s" % pid_path) + self.ctx.err("WARNING: Removed stale %s" % pid_path) else: self.ctx.die(606, "[FAILED] OMERO.web already started. "