summaryrefslogtreecommitdiff
path: root/capture_opts.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-06-30 23:34:53 +0000
committerGuy Harris <guy@alum.mit.edu>2011-06-30 23:34:53 +0000
commit4bdb1926c534aee137dc0caf7fefb8eec6904fa0 (patch)
tree846ea9345a03436e264a67f944385f727b1ec118 /capture_opts.c
parent88f7858de3ecd105ed5316c2363a57e0ba7c16e0 (diff)
downloadwireshark-4bdb1926c534aee137dc0caf7fefb8eec6904fa0.tar.gz
Oops, indented one of the "Promiscuous" ones.
svn path=/trunk/; revision=37850
Diffstat (limited to 'capture_opts.c')
-rw-r--r--capture_opts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture_opts.c b/capture_opts.c
index 21027a5639..7eb135ced0 100644
--- a/capture_opts.c
+++ b/capture_opts.c
@@ -142,7 +142,7 @@ capture_opts_log(const char *log_domain, GLogLevelFlags log_level, capture_optio
g_log(log_domain, log_level, "Capture filter[%02d] : %s", i, interface_opts.cfilter);
g_log(log_domain, log_level, "Snap length[%02d] (%u) : %d", i, interface_opts.has_snaplen, interface_opts.snaplen);
g_log(log_domain, log_level, "Link Type[%02d] : %d", i, interface_opts.linktype);
- g_log(log_domain, log_level, "Promiscuous Mode[%02d] : %s", i, interface_opts.promisc_mode?"TRUE":"FALSE");
+ g_log(log_domain, log_level, "Promiscuous Mode[%02d]: %s", i, interface_opts.promisc_mode?"TRUE":"FALSE");
#if defined(_WIN32) || defined(HAVE_PCAP_CREATE)
g_log(log_domain, log_level, "Buffer size[%02d] : %d (MB)", i, interface_opts.buffer_size);
#endif