mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-01 11:15:57 +00:00
fixed touch reload
This commit is contained in:
@@ -1002,7 +1002,7 @@ void master_loop(char **argv, char **environ) {
|
||||
}
|
||||
else {
|
||||
if (tr_st.st_mtime > uwsgi.last_touch_reload_mtime) {
|
||||
uwsgi_log("*** %s has been touched... grace them all !!! ***\n");
|
||||
uwsgi_log("*** %s has been touched... grace them all !!! ***\n", uwsgi.touch_reload);
|
||||
grace_them_all(0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user