Skip to content

Commit 4a61510

Browse files
committed
Changed logger message to assigned
1 parent 473854b commit 4a61510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ert/scheduler/lsf_driver.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ async def poll(self) -> None:
457457
for jobid, exec_hosts in bjobs_exec_hosts.items():
458458
if self._jobs[jobid].exec_hosts == "-":
459459
logger.info(
460-
f"Realization {self._jobs[jobid].iens} was executed on host: {exec_hosts}"
460+
f"Realization {self._jobs[jobid].iens} was assigned to host: {exec_hosts}"
461461
)
462462
self._jobs[jobid].exec_hosts = exec_hosts
463463

0 commit comments

Comments
 (0)