Skip to content

Commit c42160d

Browse files
author
Manikanta Nallagatla
committed
Working commit
1 parent 99476d1 commit c42160d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebJobs.Script.WebHost/Controllers/InstanceController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public IActionResult Assign2([FromBody] HostAssignmentContext assignmentContext)
5252
{
5353
_logger.LogDebug($"Starting container assignment for host : {Request?.Host}");
5454

55-
_logger.LogDebug($"Worker assignment context is: {JsonConvert.SerializeObject(assignmentContext)}");
55+
_logger.LogDebug($"Worker assignment context is: {JsonConvert.SerializeObject(assignmentContext)}");
5656

5757
_logger.LogDebug($"SiteName: {assignmentContext.SiteName}");
5858

0 commit comments

Comments
 (0)