1
0
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:
Carlos R. Mafra
2012-01-22 10:16:20 +00:00
parent edeca34be9
commit c33455fdb4

View File

@@ -362,7 +362,7 @@ void inotifyHandleEvents(int fd, int wd)
wPreferences.flags.noupdates = 1;
}
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);
}