Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit c913e6a

Browse files
authored
Improve the local launch error message as per UTY-1275 (#742)
* Improve the local launch error message as per UTY-1275 * Update LocalLaunch.cs
1 parent e9569a7 commit c913e6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workers/unity/Packages/com.improbable.gdk.tools/LocalLaunch.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public static void LaunchClient()
125125
return;
126126
}
127127

128-
var message = $"Unity Standalone Client local launch logfile: {latestLogFile}";
128+
var message = $"For more information, check the Unity Standalone Client local launch logfile: {latestLogFile}";
129129

130130
if (WasProcessKilled(process))
131131
{
@@ -259,7 +259,7 @@ public static void LaunchLocalDeployment()
259259
return;
260260
}
261261

262-
var message = $"Spatial local launch logfile: {latestLogFile.FullName}";
262+
var message = $"For more information, check the spatial local launch logfile: {latestLogFile.FullName}";
263263

264264
if (WasProcessKilled(process))
265265
{

0 commit comments

Comments
 (0)