Merge pull request #255 from plouj/patch-1

Typo in print format.
This commit is contained in:
Axel Kittenberger 2014-04-24 12:47:25 +02:00
commit 110a525392
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ l_addwatch( lua_State *L )
printlogf(
L, "Inotify",
"addwatch( %s )-> % d; err= %d : %s",
"addwatch( %s )-> %d; err= %d : %s",
path, wd, errno, strerror( errno )
);
}