mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-18 02:55:12 +00:00
Add message to show the Lua script was reloaded.
This commit is contained in:
parent
011e52650b
commit
75d1a054be
@ -257,6 +257,7 @@ void llua_inotify_query(int wd, int mask)
|
||||
llua_block_notify = 1;
|
||||
llua_load(head->name);
|
||||
llua_block_notify = 0;
|
||||
ERR("Lua script '%s' reloaded", head->name);
|
||||
if (mask & IN_IGNORED) {
|
||||
/* for some reason we get IN_IGNORED here
|
||||
* sometimes, so we need to re-add the watch */
|
||||
|
Loading…
Reference in New Issue
Block a user