Skip to content

Commit

Permalink
Update logging comment
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceisfun committed Oct 2, 2020
1 parent 1f89e5e commit 1c475fa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/CoreLibrary/Resources/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions src/CoreLibrary/Resources/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -253,13 +253,16 @@
<value>Factory Orchestrator Service is ready to communicate with client(s).</value>
</data>
<data name="RedirectingToRunAsRDUser" xml:space="preserve">
<value>{0} is a Win32 GUI program. Redirecting to run via RunAsRDUser...</value>
<value>{0} is a Win32 GUI program. Redirecting to run as the remote user...</value>
<comment>Message shown when program the user wants to run is detected to be a GUI program, which need to run as a user account, not SYSTEM.</comment>
</data>
<data name="RedirectingUWPToRunAs" xml:space="preserve">
<value>{0} is a UWP app targeted to run in the container. Redirecting to run in the container via RunAsRDUser...</value>
<value>{0} is a UWP app targeted to run in the container. Redirecting to run in the container as the remote user...</value>
<comment>Message shown when program the user wants to run in the container is a UWP app, which need to run as a user account, not SYSTEM.</comment>
</data>
<data name="RunningGuiAsSystemWarning" xml:space="preserve">
<value>WARNING: {0} is a Win32 GUI program. It may not run properly as SYSTEM</value>
<value>WARNING: {0} is a Win32 GUI program. It may not run properly as SYSTEM.</value>
<comment>Message shown when program the user wants to run is detected to be a GUI program, but the code to run as a user account is not present on the device.</comment>
</data>
<data name="ServiceAlreadyCreatedError" xml:space="preserve">
<value>FactoryOrchestratorService already created! Only one instance allowed.</value>
Expand Down

0 comments on commit 1c475fa

Please sign in to comment.