diff --git a/uploadtest.py b/uploadtest.py index 4ab4863e..59c68373 100644 --- a/uploadtest.py +++ b/uploadtest.py @@ -1,3 +1,4 @@ +import uuid def application(env, start_response): @@ -15,11 +16,11 @@ def application(env, start_response): else: start_response('200 Ok', [('Content-type', 'text/html')]) return """ -
- """ + """ % uuid.uuid4() diff --git a/uwsgi.c b/uwsgi.c index 70852b5c..22848563 100644 --- a/uwsgi.c +++ b/uwsgi.c @@ -1461,7 +1461,7 @@ int uwsgi_start(void *v_argv) { if (!uwsgi.no_initial_output) { if (!uwsgi.master_process) { - uwsgi_log(" *** WARNING: you are running uWSGI without its master process manager ***\n"); + uwsgi_log("*** WARNING: you are running uWSGI without its master process manager ***\n"); } } #ifndef __OpenBSD__