mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-02-18 00:20:10 +00:00
Avoid getHostname()
Use hostname returned by getHostnameString() in error info.
This commit is contained in:
parent
e3a751ca46
commit
9641386541
@ -119,8 +119,7 @@ public class ErrLogDialog extends AbstractErrDialog {
|
||||
|
||||
String hostname = getHostnameString();
|
||||
if (hostname != null) {
|
||||
sb.append("Workstation: ");
|
||||
sb.append(getHostname());
|
||||
sb.append(hostname);
|
||||
sb.append(EOL);
|
||||
}
|
||||
return sb.toString();
|
||||
|
Loading…
Reference in New Issue
Block a user