Skip to content

Commit

Permalink
Replace a question in a comment with a better explanation (that answe…
Browse files Browse the repository at this point in the history
…rs the question).

svn path=/trunk/; revision=52550
  • Loading branch information
Jeff Morriss committed Oct 11, 2013
1 parent d06d2fd commit 15b539f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions capture_sync.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 15b539f

Please sign in to comment.