diff --git a/mule.c b/mule.c index 6452ba2c..b84815ba 100644 --- a/mule.c +++ b/mule.c @@ -44,10 +44,10 @@ void uwsgi_mule(int id) { if (uwsgi.mules[id-1].patch) { - uwsgi_log("loading patch %s\n", uwsgi.mules[id-1].patch); for (i = 0; i < 0xFF; i++) { if (uwsgi.p[i]->mule) { if (uwsgi.p[i]->mule(uwsgi.mules[id-1].patch) == 1) { + uwsgi_log("loaded mule patch %s\n", uwsgi.mules[id-1].patch); break; } }