Skip to content

Commit

Permalink
Debugger: Minor tweak.
Browse files Browse the repository at this point in the history
LocalTargetHostInterface:
- Set interface's friendly name to include local hostname.
  • Loading branch information
anevilyak committed Apr 21, 2016
1 parent aed5c39 commit c084d6c
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -89,6 +89,9 @@ LocalTargetHostInterface::Init(Settings* settings)
return error;
}

snprintf(buffer, sizeof(buffer), "Local (%s)", hostname);
SetName(buffer);

return B_OK;
}

Expand Down

0 comments on commit c084d6c

Please sign in to comment.