Skip to content

Commit 20b7379

Browse files
Update src/NHibernate/Hql/Ast/ANTLR/HqlSqlWalker.cs
Co-authored-by: Frédéric Delaporte <12201973+fredericDelaporte@users.noreply.github.com>
1 parent 67f05f3 commit 20b7379

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/NHibernate/Hql/Ast/ANTLR/HqlSqlWalker.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -749,10 +749,7 @@ void CreateJoinSubquery(
749749
int joinType,
750750
IASTNode with)
751751
{
752-
if (log.IsDebugEnabled())
753-
{
754-
log.Debug($"Creating subquery-join FromElement [{alias?.Text}]");
755-
}
752+
log.Debug("Creating subquery-join FromElement [{0}]", alias?.Text);
756753

757754
var join = new JoinSubqueryFromElement(
758755
CurrentFromClause,

0 commit comments

Comments
 (0)