Skip to content

Commit 1ea196c

Browse files
committed
Update SilentPollOrchestrator.cs
1 parent 7162aad commit 1ea196c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/c#/GeneralUpdate.Core/Silent/SilentPollOrchestrator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ private async Task PollLoopAsync(CancellationToken token)
119119
if (_strategy.HasPreparedClientUpdate)
120120
{
121121
Interlocked.Exchange(ref _prepared, 1);
122-
GeneralTracer.Info("SilentPollOrchestrator: client update prepared, waiting for process exit.");
122+
GeneralTracer.Info("SilentPollOrchestrator: update packages prepared. Upgrade will launch on process exit.");
123123
}
124124
}
125125
catch (Exception ex)

0 commit comments

Comments
 (0)