aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-10-07 03:34:27 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-10-07 03:34:27 +0000
commit4443681a9e13b926e6c34da6c44cf93103d21944 (patch)
treec814074c0113c005e736318466407d75c35e4760 /capture_sync.c
parent8fc87ba3ba8089e586b396d921f95351bc885ca0 (diff)
fix Ethereal so command line capture parameter will work with kilobytes (again)
remove Byte(s) from the dropdown list of filesizes, this doesn't make sense replace 1000 with 1024, as all (modern?) file managers are based on 1024 bytes for a kilobyte (the old KB vs. KiB controversy) svn path=/trunk/; revision=16149
Diffstat (limited to 'capture_sync.c')
-rw-r--r--capture_sync.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/capture_sync.c b/capture_sync.c
index cb0d50652e..9e02b26c44 100644
--- a/capture_sync.c
+++ b/capture_sync.c
@@ -335,9 +335,7 @@ sync_pipe_start(capture_options *capture_opts) {
g_log(LOG_DOMAIN_CAPTURE, G_LOG_LEVEL_DEBUG, "sync_pipe_start");
-#ifdef LOG_CAPTURE_VERBOSE
capture_opts_log(LOG_DOMAIN_CAPTURE, G_LOG_LEVEL_DEBUG, capture_opts);
-#endif
capture_opts->fork_child = -1;