Skip to content

Commit

Permalink
Fix typeo in attach failed error message.
Browse files Browse the repository at this point in the history
<rdar://problem/70296751>
  • Loading branch information
jasonmolenda committed Oct 15, 2020
1 parent 75357eb commit b198568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lldb/tools/debugserver/source/RNBRemote.cpp
Expand Up @@ -4052,8 +4052,8 @@ rnb_err_t RNBRemote::HandlePacket_v(const char *p) {
if (strcmp (err_str, "unable to start the exception thread") == 0) {
snprintf (err_str, sizeof (err_str) - 1,
"Not allowed to attach to process. Look in the console "
"messages (Console.app), near the debugserver entries "
"when the attached failed. The subsystem that denied "
"messages (Console.app), near the debugserver entries, "
"when the attach failed. The subsystem that denied "
"the attach permission will likely have logged an "
"informative message about why it was denied.");
err_str[sizeof (err_str) - 1] = '\0';
Expand Down

0 comments on commit b198568

Please sign in to comment.