fixed touch reload

This commit is contained in:
roberto@freebsd64
2011-05-19 09:33:25 +02:00
parent 02cef20462
commit b3f3c5d7b3
+1 -1
View File
@@ -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);
}
}