Don't assume a non-null name on UserInfo

If the UserInfo record is present, the UI wants to display
a name. It looks like there are certain conditions where this
can be null, and it is allowed to be null. Instead of throwing
an exception, log the user info and return an empty string.

Fixes: 371365845
Test: manual - just added a null check
Flag: EXEMPT bugfix
Change-Id: If77c5ed962288f69c4da95832a78363d09b5fb12
1 file changed