#293 fixed race condition with graphics element IDs

This commit is contained in:
Mikayla Fischler
2023-07-19 11:27:33 -04:00
parent 681bb0963e
commit def02a94d2
6 changed files with 18 additions and 10 deletions

View File

@@ -52,6 +52,8 @@ function pgi.delete_pkt_entry(session_id)
if not success then
log.error(util.c("PGI: failed to delete PKT entry (", result, ")"), true)
end
else
log.debug(util.c("PGI: tried to delete unknown PKT entry ", session_id))
end
end