aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'capture_sync.c')
-rw-r--r--capture_sync.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/capture_sync.c b/capture_sync.c
index 12429301f4..252e5e99c2 100644
--- a/capture_sync.c
+++ b/capture_sync.c
@@ -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.