diff options
| author | Kozlov Dmitry <dima@server> | 2011-01-28 15:44:46 +0300 |
|---|---|---|
| committer | Kozlov Dmitry <dima@server> | 2011-01-28 15:44:46 +0300 |
| commit | e6d2aea48d3402fe2542ae6c055a607dd37a4bba (patch) | |
| tree | 9a827ecdedd7ba7df33cfbab2131c97d31f2d2aa /accel-pppd/triton/timer.c | |
| parent | a69ae308efe400d14ecbab676a5e7592908c6b46 (diff) | |
| download | accel-ppp-e6d2aea48d3402fe2542ae6c055a607dd37a4bba.tar.gz accel-ppp-e6d2aea48d3402fe2542ae6c055a607dd37a4bba.zip | |
fix unterminated messages in core.log
Diffstat (limited to 'accel-pppd/triton/timer.c')
| -rw-r--r-- | accel-pppd/triton/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/triton/timer.c b/accel-pppd/triton/timer.c index e419e93..fa871b9 100644 --- a/accel-pppd/triton/timer.c +++ b/accel-pppd/triton/timer.c @@ -143,7 +143,7 @@ int __export triton_timer_add(struct triton_context_t *ctx, struct triton_timer_ } if (fcntl(t->fd, F_SETFL, O_NONBLOCK)) { - triton_log_error("timer: failed to set nonblocking mode: %s\n", strerror(errno)); + triton_log_error("timer: failed to set nonblocking mode: %s", strerror(errno)); goto out_err; } |
