Skip to content

Commit

Permalink
Clarify "No OneAgent Found" message (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
discostu105 authored and arminru committed Jan 22, 2020
1 parent ae8bd94 commit 86c880a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/SampleApplication.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public static void Main(string[] args)
}
else
{
infoMessage = "NO OneAgent was found!";
infoMessage = "Code module has not been found! Make sure OneAgent is installed and Deep Monitoring is enabled for this process.";
}
Console.WriteLine(infoMessage);

Expand Down

0 comments on commit 86c880a

Please sign in to comment.