aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-06-01 01:31:56 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-06-01 01:31:56 +0300
commitb2ad99bd755d872c863482d66744f1f6cbbcd00b (patch)
tree8308a5c85c243f34f7af5f5acf430c96a1479a6f /src
parent41068f47dcaf7cc7606a3934471047ca4c8a3edd (diff)
downloaddirevent-b2ad99bd755d872c863482d66744f1f6cbbcd00b.tar.gz
direvent-b2ad99bd755d872c863482d66744f1f6cbbcd00b.tar.bz2
Minor fixes.
Diffstat (limited to 'src')
-rw-r--r--src/ev_kqueue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ev_kqueue.c b/src/ev_kqueue.c
index 189cf2b..99ec822 100644
--- a/src/ev_kqueue.c
+++ b/src/ev_kqueue.c
@@ -135,7 +135,7 @@ check_created(struct dirwatcher *dp)
dir = opendir(dp->dirname);
if (!dir) {
- diag(LOG_ERR, "cannot open directory %d: %s",
+ diag(LOG_ERR, "cannot open directory %s: %s",
dp->dirname, strerror(errno));
return;
}

Return to:

Send suggestions and report system problems to the System administrator.