Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Mar 14, 2022
1 parent 65ab00f commit ca29a29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ async def remove_orphaned_services(
logger.debug(("Could not fetch running_interactive_services"))

logger.info(
"Will collect the following: %s",
"Currently running services %s",
[
(x.get("service_uuid", ""), x.get("service_host", ""))
for x in running_interactive_services
Expand Down

0 comments on commit ca29a29

Please sign in to comment.