summaryrefslogtreecommitdiff
path: root/dumpcap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-04-03 03:15:29 +0000
committerGuy Harris <guy@alum.mit.edu>2006-04-03 03:15:29 +0000
commitbd847a56171613f0319f743feae5af37cc46d082 (patch)
tree70b745facc078419479a269394cf2bbeaaa483da /dumpcap.c
parentef0c0e16a5c95adbc392e669a6b3399420234961 (diff)
downloadwireshark-bd847a56171613f0319f743feae5af37cc46d082.tar.gz
Don't report the interface name unconditionally.
svn path=/trunk/; revision=17793
Diffstat (limited to 'dumpcap.c')
-rw-r--r--dumpcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dumpcap.c b/dumpcap.c
index aa78cc6648..c11d1f74a5 100644
--- a/dumpcap.c
+++ b/dumpcap.c
@@ -424,7 +424,7 @@ main(int argc, char *argv[])
/* Let the user know what interface was chosen. */
/* get_interface_descriptive_name() is not available! */
- g_log(LOG_DOMAIN_CAPTURE_CHILD, G_LOG_LEVEL_MESSAGE, "Interface: %s\n", capture_opts->iface);
+ g_log(LOG_DOMAIN_CAPTURE_CHILD, G_LOG_LEVEL_DEBUG, "Interface: %s\n", capture_opts->iface);
if (list_link_layer_types) {
status = capture_opts_list_link_layer_types(capture_opts);