Typo in print format.

This causes a segfault when addwatch fails due to a disappeared
directory. Eg: often caused by a race condition with a short lived
directory created by Firefox' safebrowsing subsystem:
~/.cache/mozilla/firefox/pr0f1l3.default/safebrowsing-to_delete/
This commit is contained in:
Michael Ploujnikov 2014-01-08 23:21:18 -05:00
parent 178f315907
commit 786f37d22d
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 )
);
}