Navigation Menu

Skip to content

Commit

Permalink
Add log tag for EngineNode
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jan 6, 2015
1 parent da3f83a commit e42e923
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/droonga/engine_node.rb
Expand Up @@ -127,5 +127,10 @@ def status
def on_change
@sender.resume
end

private
def log_tag
"[#{Process.ppid}] engine-node"
end
end
end

0 comments on commit e42e923

Please sign in to comment.