Fix bug in log message
This happens when two input entity updates are too close in time, which causes a debug message to be written to the log. However, that statement had a bug, which results in traceback messages in the log, but no other side effect. This release fixes that bug.