Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sburmanoctopus committed Dec 12, 2023
1 parent 4ac52d9 commit 9f3745f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static void TryAdjustForRuntime(TentacleRuntime runtime, ILogger logger,
}
catch (Exception e)
{
logger.Error(e, $"Unable to turn on Trace logging for {runtime}");
logger.Error(e, $"Unable to adjust Tentacle.exe.nlog for {runtime}");
}
}
}
Expand Down

0 comments on commit 9f3745f

Please sign in to comment.