From b44f46614e10eebbc0520b8e21bb6dcad5645b4e Mon Sep 17 00:00:00 2001 From: "roberto@localhost.localdomain" Date: Wed, 28 Oct 2009 09:33:16 +0100 Subject: [PATCH] typo in test_module --- uwsgi.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/uwsgi.c b/uwsgi.c index b1425527..2fd2ca3c 100644 --- a/uwsgi.c +++ b/uwsgi.c @@ -668,7 +668,9 @@ int main(int argc, char *argv[]) { if (cgi_mode == 0) { #endif #endif - fprintf(stderr,"*** Starting uWSGI on [%.*s] ***\n", 24, ctime(&start_of_uwsgi.tv_sec)); + if (test_module == NULL) { + fprintf(stderr,"*** Starting uWSGI on [%.*s] ***\n", 24, ctime(&start_of_uwsgi.tv_sec)); + } #ifndef UNBIT #ifndef ROCK_SOLID }