diff options
| author | Kozlov Dmitry <dima@server> | 2010-11-29 17:45:58 +0300 |
|---|---|---|
| committer | Kozlov Dmitry <dima@server> | 2010-11-29 17:45:58 +0300 |
| commit | f96198bf149203e1ddca8f2c381cf4b9849cdda9 (patch) | |
| tree | f4b4c10a7b489f693ecb6301d1584de22e4e90a5 /accel-pptpd/main.c | |
| parent | 3a293aabc6e43319761a1f3020559873aa714334 (diff) | |
| download | accel-ppp-f96198bf149203e1ddca8f2c381cf4b9849cdda9.tar.gz accel-ppp-f96198bf149203e1ddca8f2c381cf4b9849cdda9.zip | |
log: introduced additional log level (3) which shows only minimum of information messages
Diffstat (limited to 'accel-pptpd/main.c')
| -rw-r--r-- | accel-pptpd/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pptpd/main.c b/accel-pptpd/main.c index c279574..81537b0 100644 --- a/accel-pptpd/main.c +++ b/accel-pptpd/main.c @@ -170,7 +170,7 @@ int main(int argc, char **argv) sigaddset(&set, SIGBUS); sigwait(&set, &sig); - log_info("terminate, sig = %i\n", sig); + log_info1("terminate, sig = %i\n", sig); triton_terminate(); |
