diff options
| -rw-r--r-- | php_suhosin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php_suhosin.h b/php_suhosin.h index 616d603..7b86e7a 100644 --- a/php_suhosin.h +++ b/php_suhosin.h | |||
| @@ -35,7 +35,7 @@ | |||
| 35 | #define SDEBUG(msg...) \ | 35 | #define SDEBUG(msg...) \ |
| 36 | {FILE *f;f=fopen(SUHOSIN_LOG, "a+");if(f){fprintf(f,"[%u] ",getpid());fprintf(f, msg);fprintf(f,"\n");fclose(f);}} | 36 | {FILE *f;f=fopen(SUHOSIN_LOG, "a+");if(f){fprintf(f,"[%u] ",getpid());fprintf(f, msg);fprintf(f,"\n");fclose(f);}} |
| 37 | #else | 37 | #else |
| 38 | #define SDEBUG(...) | 38 | #define SDEBUG(msg...) |
| 39 | #endif | 39 | #endif |
| 40 | #endif | 40 | #endif |
| 41 | 41 | ||
