Don't report the interface name unconditionally.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 3 Apr 2006 03:15:29 +0000 (03:15 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 3 Apr 2006 03:15:29 +0000 (03:15 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17793 f5534014-38df-0310-8fa8-9805f1628bb7

dumpcap.c

index aa78cc6648db56f2cf75ba32bc627a80dd7b58ae..c11d1f74a5aae74bc0127718fbe9ac98be7b6d49 100644 (file)
--- 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);