Skip to content

Commit 542ea91

Browse files
authored
Merge branch 'master' into user/sanjuyadav/exception_enhancements
2 parents 5cc8b35 + 5d6c3b7 commit 542ea91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Agent.Listener/Configuration/ConfigurationManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ public async Task ConfigureAsync(CommandSettings command)
244244
while (true)
245245
{
246246
agentSettings.AgentName = command.GetAgentName();
247-
Trace.Info($"Agent registration attempt - Name: '{agentSettings.AgentName}', Pool: '{agentSettings.PoolName}' (ID: {agentSettings.PoolId}), ReplaceMode: {command.GetReplace()}");
247+
Trace.Info($"Agent registration attempt - Name: '{agentSettings.AgentName}', Pool: '{agentSettings.PoolName}' (ID: {agentSettings.PoolId})");
248248

249249
// Get the system capabilities.
250250
// TODO: Hook up to ctrl+c cancellation token.

0 commit comments

Comments
 (0)