Skip to content

Commit

Permalink
updates from review
Browse files Browse the repository at this point in the history
  • Loading branch information
gregw committed May 7, 2024
1 parent 1a225ec commit 0a4e6a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Call class="org.slf4j.LoggerFactory" name="getLogger">
<Arg>org.eclipse.jetty</Arg>
<Call name="info">
<Arg>Virtual threads enabled. Using virtual threads for all Jetty tasks.</Arg>
<Arg>Virtual threads enabled. Using virtual threads for all tasks.</Arg>
</Call>
</Call>
</Configure>
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<Call class="org.slf4j.LoggerFactory" name="getLogger">
<Arg>org.eclipse.jetty</Arg>
<Call name="info">
<Arg>Virtual threads enabled. Using virtual threads for Jetty application tasks.</Arg>
<Arg>Virtual threads enabled. Using virtual threads for application tasks.</Arg>
</Call>
</Call>
</Configure>

0 comments on commit 0a4e6a5

Please sign in to comment.