Rewrite spotify to use libevent for better reliability

This commit is contained in:
ejurgensen
2014-03-23 21:45:06 +01:00
parent 7c3da47eb7
commit 87f8b204df
3 changed files with 818 additions and 547 deletions

View File

@@ -1107,7 +1107,7 @@ process_inotify_file(struct watch_info *wi, char *path, struct inotify_event *ie
int type;
int ret;
DPRINTF(E_DBG, L_SCAN, "File event: 0x%x, cookie 0x%x, wd %d\n", ie->mask, ie->cookie, wi->wd);
DPRINTF(E_SPAM, L_SCAN, "File event: 0x%x, cookie 0x%x, wd %d\n", ie->mask, ie->cookie, wi->wd);
if (ie->mask & IN_DELETE)
{