aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'file.c')
-rw-r--r--file.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/file.c b/file.c
index 2088d33195..4b0c5a114f 100644
--- a/file.c
+++ b/file.c
@@ -983,8 +983,9 @@ cf_get_display_name(capture_file *cf)
displayname="(No file)";
}
} else {
- /* The file we read is a temporary file from a live capture;
- we don't mention its name. */
+ /* The file we read is a temporary file from a live capture or
+ a merge operation; we don't mention its name, but, if it's
+ from a capture, give the source of the capture. */
if (cf->source) {
displayname = cf->source;
} else {