git ssb

0+

cel / foostudio



Commit e4971246005da691fe1337ea3ff0208b39dea0dc

Less verbose output

cel committed on 10/29/2016, 5:09:11 AM
Parent: 6cd4730c51cbbdc9bcc196a95d8dd12dba65eef3

Files changed

ccdl.cchanged
ccdl.cView
@@ -163,9 +163,8 @@
163163 if (ev.mask & IN_MODIFY) {
164164 } else if (ev.mask & IN_DELETE_SELF) {
165165 printf("deleted\n");
166166 } else if (ev.mask & IN_IGNORED) {
167- printf("ignored\n");
168167 // file is being replaced. replace the watch
169168 wd = inotify_add_watch(ifd, ccdl->lib->src_fname, IN_MODIFY);
170169 if (wd < 0) {
171170 warn("inotify_add_watch");

Built with git-ssb-web