* Add a missing newline for one log message.

This commit is contained in:
Justin Maggard 2011-04-04 22:20:39 +00:00
parent f7e14ee77c
commit bbdc5cc070

View File

@ -458,7 +458,7 @@ inotify_insert_directory(int fd, char *name, const char * path)
wd = add_watch(fd, path);
if( wd == -1 )
{
DPRINTF(E_ERROR, L_INOTIFY, "add_watch() failed");
DPRINTF(E_ERROR, L_INOTIFY, "add_watch() failed\n");
}
else
{