We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7162aad commit 1ea196cCopy full SHA for 1ea196c
1 file changed
src/c#/GeneralUpdate.Core/Silent/SilentPollOrchestrator.cs
@@ -119,7 +119,7 @@ private async Task PollLoopAsync(CancellationToken token)
119
if (_strategy.HasPreparedClientUpdate)
120
{
121
Interlocked.Exchange(ref _prepared, 1);
122
- GeneralTracer.Info("SilentPollOrchestrator: client update prepared, waiting for process exit.");
+ GeneralTracer.Info("SilentPollOrchestrator: update packages prepared. Upgrade will launch on process exit.");
123
}
124
125
catch (Exception ex)
0 commit comments