Replace a question in a comment with a better explanation (that answers the question).

svn path=/trunk/; revision=52550
This commit is contained in:
Jeff Morriss 2013-10-11 20:29:11 +00:00
parent d06d2fde90
commit 15b539fcbc
1 changed files with 2 additions and 3 deletions

View File

@ -1759,9 +1759,8 @@ sync_pipe_input_cb(gint source, gpointer user_data)
/* The child has sent us a filename which we couldn't open.
This could mean that the child is creating files faster
than we can handle it. (XXX - why would that result in
a failure to open the file?)
This could mean that the child is creating and deleting files
(ring buffer mode) faster than we can handle it.
That should only be the case for very fast file switches;
We can't do much more than telling the child to stop.