FileParser::Base: emit fixed
This commit is contained in:
parent
25e650c14c
commit
4910930b2b
|
@ -11,7 +11,7 @@ module LogAn
|
||||||
end
|
end
|
||||||
|
|
||||||
def emit line
|
def emit line
|
||||||
@@logdb.push @sid, line
|
@@logdb.emit @sid, line
|
||||||
end
|
end
|
||||||
|
|
||||||
def seeks read
|
def seeks read
|
||||||
|
|
Loading…
Reference in a new issue