minor change
This commit is contained in:
parent
3ff5cd4233
commit
20da9632cc
|
|
@ -184,7 +184,7 @@ public partial class InstructService
|
||||||
if (codeProcessor == null)
|
if (codeProcessor == null)
|
||||||
{
|
{
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
_logger.LogWarning($"No code interpreter found. (Agent: {agent.Id}, Code interpreter: {codeProvider})");
|
_logger.LogWarning($"No code processor found. (Agent: {agent.Id}, Code processor: {codeProvider})");
|
||||||
#endif
|
#endif
|
||||||
return response;
|
return response;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue