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

View File

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