Skip to content

Commit

Permalink
More verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
emnigma committed Aug 9, 2023
1 parent 359c88e commit 3518c06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion VSharp.ML.AIAgent/launch_servers.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ async def enqueue_instance(request):
if wait_for_alive_retries == 0:
raise RuntimeError(f"{returned_instance_info} has not resurrected")

logging.info(f"we should have run {psutil.Process(returned_instance_info.pid)}")
logging.info(
f"we should have run {returned_instance_info} on process: {psutil.Process(returned_instance_info.pid)}"
)

SERVER_INSTANCES.put(returned_instance_info)
logging.info(f"enqueue {returned_instance_info}")
Expand Down

0 comments on commit 3518c06

Please sign in to comment.