Skip to content

Commit

Permalink
Fix string interpolation for log
Browse files Browse the repository at this point in the history
  • Loading branch information
jladieu committed May 22, 2024
1 parent bd17a01 commit f889c01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ class AvroUpsertMonitorActor(val pollInterval: FiniteDuration,
case Some(workspace) => workspace
case None =>
throw new RawlsException(
s"Workspace $attributes.workspaceId.toString not found while importing entities"
s"Workspace ${attributes.workspaceId} not found while importing entities"
)
}
}
Expand Down

0 comments on commit f889c01

Please sign in to comment.