Skip to content

Commit b7e5232

Browse files
authored
fix: typo in process logging (#3212)
Signed-off-by: Melle Douwsma <melledouwsma@users.noreply.github.com>
1 parent e00098b commit b7e5232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/lib/worker/process.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def start_tasks_thread
202202
logger.info "stopping tasks thread"
203203
ActiveRecord::Base.connection_pool.with_connection do
204204
if WorkerRole.release(:tasks)
205-
logger.info "releasesd tasks role"
205+
logger.info "released tasks role"
206206
end
207207
end
208208
end

0 commit comments

Comments
 (0)