Increases log entry details when failing to get properties from an Outlook contact.

cusax-fix 4798
Vincent Lucas 13 years ago
parent c3e4622091
commit 47d71e1a01

@ -96,6 +96,7 @@ private static String toString(long hResult)
s.append(((hResult & 0x80000000L) == 0) ? 'W' : 'E');
s.append("_0x");
s.append(Long.toHexString(hResult & 0xFFFL));
s.append(" (" + Long.toHexString(hResult) + ")");
return s.toString();
}
}

Loading…
Cancel
Save