diff --git a/pykern/pkasyncio.py b/pykern/pkasyncio.py index a14509b4..c47a4021 100644 --- a/pykern/pkasyncio.py +++ b/pykern/pkasyncio.py @@ -56,7 +56,7 @@ async def _do(): ), xheaders=True, ).listen(p, i) - pkdlog("name={} ip={} port={}", http_cfg.get("name"), p, i) + pkdlog("name={} ip={} port={}", http_cfg.get("name"), i, p) await asyncio.Event().wait() if self._http_server: