Skip to content

Commit

Permalink
Fix typo in info message
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Apr 16, 2024
1 parent 474dda4 commit 5415473
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ object CometSparkSessionExtensions extends Logging {
return false
}
if (!COMET_ENABLED.get(conf)) {
logInfo(s"Comet extension is disabled, please turn on s${COMET_ENABLED.key} to enable it")
logInfo(s"Comet extension is disabled, please turn on ${COMET_ENABLED.key} to enable it")
return false
}

Expand Down

0 comments on commit 5415473

Please sign in to comment.