mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
Inotify: Use wwarning() instead of fprintf()
This commit is contained in:
@@ -362,7 +362,7 @@ void inotifyHandleEvents(int fd, int wd)
|
|||||||
wPreferences.flags.noupdates = 1;
|
wPreferences.flags.noupdates = 1;
|
||||||
}
|
}
|
||||||
if ((pevent->mask & IN_MODIFY) && oneShotFlag == 0) {
|
if ((pevent->mask & IN_MODIFY) && oneShotFlag == 0) {
|
||||||
fprintf(stdout, "wmaker: reading config files in defaults database.\n");
|
wwarning(_("Inotify: Reading config files in defaults database."));
|
||||||
wDefaultsCheckDomains(NULL);
|
wDefaultsCheckDomains(NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user