Skip to content

Commit 52c97b3

Browse files
author
Manikanta Nallagatla
committed
debug
1 parent 927aa17 commit 52c97b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ public IActionResult GetHttpHealthStatus()
7272

7373
private async Task<IActionResult> AssignInternal(HostAssignmentContext assignmentContext)
7474
{
75+
if (assignmentContext == null)
76+
{
77+
_logger.LogDebug($"Assignment context is null");
78+
}
7579
// before starting the assignment we want to perform as much
7680
// up front validation on the context as possible
7781
string error = await _instanceManager.ValidateContext(assignmentContext);

0 commit comments

Comments
 (0)