fix(build): Changes in inotify module
This commit is contained in:
parent
7a1824a9b9
commit
46358792e0
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ namespace modules {
|
|||
if (chrono::duration_cast<decltype(m_interval)>(now - m_lastpoll) > m_interval) {
|
||||
m_lastpoll = now;
|
||||
m_log.info("%s: Polling values (inotify fallback)", name());
|
||||
on_event(nullptr);
|
||||
on_event({});
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue