From d385661a93660c2faa2870baa16916bbfcbd5edd Mon Sep 17 00:00:00 2001 From: Roberto De Ioris Date: Fri, 12 Jul 2013 20:06:48 +0200 Subject: [PATCH] removed typo on osx --- core/utils.c | 1 - 1 file changed, 1 deletion(-) diff --git a/core/utils.c b/core/utils.c index 62e19724..41c63eb8 100644 --- a/core/utils.c +++ b/core/utils.c @@ -2167,7 +2167,6 @@ char *uwsgi_get_binary_path(char *argvzero) { uint32_t len = uwsgi.page_size; if (_NSGetExecutablePath(buf, &len) == 0) { // return only absolute path - uwsgi_log("OK\n"); #ifndef OLD_REALPATH char *newbuf = realpath(buf, NULL); if (newbuf) {