Skip to content

Commit

Permalink
AbstractJobConfig - Add verbose message comment
Browse files Browse the repository at this point in the history
Depends on Future feature: decline-cookies/anvil-unity-core#112
  • Loading branch information
mbaker3 committed Apr 13, 2023
1 parent 500181c commit 1a2e3d5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ private void ResolveDuplicateAccessWrappers(AbstractAccessWrapper accessWrapper)
{
throw new Exception($"There is no compatibility between ${nameof(AccessType)} requires on the same type. See previous message for details.");
}

//TODO: #112(anvil-unity-core) - Emit as a verbose warning
// Logger.Warning($"Duplicate access requires resolved to {m_AccessWrappers[accessWrapper.ID].AccessType}. Existing:{existingAccessWrapper.AccessType}, Incoming:{accessWrapper.AccessType}"
// + $"\nThis is not necessarily a problem but could degrade scheduling performance less restrictive access was expected.");
}


Expand Down

0 comments on commit 1a2e3d5

Please sign in to comment.