diff options
Diffstat (limited to 'src/pluto/log.h')
-rw-r--r-- | src/pluto/log.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pluto/log.h b/src/pluto/log.h index 0bf8219aa..a4eae9d1c 100644 --- a/src/pluto/log.h +++ b/src/pluto/log.h @@ -18,8 +18,8 @@ #define LOG_WIDTH 1024 /* roof of number of chars in log line */ -#ifndef PERPERRLOGDIR -#define PERPERRLOGDIR "/var/log/pluto/peer" +#ifndef PERPEERLOGDIR +#define PERPEERLOGDIR "/var/log/pluto/peer" #endif /* our versions of assert: log result */ |