Skip to content

Commit

Permalink
[KYUUBI #1838] Improve logging message syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
link3280 committed Feb 9, 2022
1 parent c6253de commit 3cef076
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ class ExecuteStatement(
executor.cancelQuery(sessionId, resultId)
} catch {
case t: Throwable =>
warn("Failed to clean result set " + resultId + " in session " + sessionId, t)
warn(s"Failed to clean result set $resultId in session $sessionId", t)
}
}

Expand Down

0 comments on commit 3cef076

Please sign in to comment.