more modeld logging (#31510)

old-commit-hash: 86184b76d5
chrysler-long2
Adeeb Shihadeh 1 year ago committed by GitHub
parent c925fd2d89
commit 1afe1fed8a
  1. 2
      selfdrive/modeld/modeld.py

@ -121,7 +121,9 @@ def main(demo=False):
setproctitle(PROCESS_NAME) setproctitle(PROCESS_NAME)
config_realtime_process(7, 54) config_realtime_process(7, 54)
cloudlog.warning("setting up CL context")
cl_context = CLContext() cl_context = CLContext()
cloudlog.warning("CL context ready; loading model")
model = ModelState(cl_context) model = ModelState(cl_context)
cloudlog.warning("models loaded, modeld starting") cloudlog.warning("models loaded, modeld starting")

Loading…
Cancel
Save