Commit e4971246005da691fe1337ea3ff0208b39dea0dc
Less verbose output
cel committed on 10/29/2016, 5:09:11 AMParent: 6cd4730c51cbbdc9bcc196a95d8dd12dba65eef3
Files changed
ccdl.c | changed |
ccdl.c | |||
---|---|---|---|
@@ -163,9 +163,8 @@ | |||
163 | 163 … | if (ev.mask & IN_MODIFY) { | |
164 | 164 … | } else if (ev.mask & IN_DELETE_SELF) { | |
165 | 165 … | printf("deleted\n"); | |
166 | 166 … | } else if (ev.mask & IN_IGNORED) { | |
167 | - printf("ignored\n"); | ||
168 | 167 … | // file is being replaced. replace the watch | |
169 | 168 … | wd = inotify_add_watch(ifd, ccdl->lib->src_fname, IN_MODIFY); | |
170 | 169 … | if (wd < 0) { | |
171 | 170 … | warn("inotify_add_watch"); |
Built with git-ssb-web