From b3f3c5d7b36c199ecb0fffae28a20fbec7301d0c Mon Sep 17 00:00:00 2001 From: "roberto@freebsd64" Date: Thu, 19 May 2011 09:33:25 +0200 Subject: [PATCH] fixed touch reload --- master.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master.c b/master.c index 26c2f6b0..9ef39d84 100644 --- a/master.c +++ b/master.c @@ -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); } }