Remove a debug statement from single pcap file runmode.

remotes/origin/master-1.1.x
Victor Julien 15 years ago
parent 52eb8d2be0
commit 7f88158fb3

@ -74,7 +74,6 @@ int RunModeFilePcap2(DetectEngineCtx *de_ctx)
SCLogError(SC_ERR_RUNMODE, "Failed retrieving pcap_file from Conf"); SCLogError(SC_ERR_RUNMODE, "Failed retrieving pcap_file from Conf");
exit(EXIT_FAILURE); exit(EXIT_FAILURE);
} }
printf("RunModeFilePcap2: file %s\n", file);
TimeModeSetOffline(); TimeModeSetOffline();

Loading…
Cancel
Save