Fix an error message in speech manager (#19275)
Summary of the issue:
In speech manager code, there is an error logging unuseful information,
i.e. always `None`.:
`IndexError: no utterance index(None, cant save cancellable commands`
Description of user facing changes:
Log the more useful value of `utterance` instead of `utteranceIndex`
which is always `None` in this case.