Skip to content
Snippets Groups Projects
Unverified Commit 186b2dfa authored by Petr Špaček's avatar Petr Špaček
Browse files

limit-clients: fix log prefix

parent d738b8ba
No related branches found
No related tags found
1 merge request!60detect PCAP write errors
......@@ -14,7 +14,7 @@ local input = require("dnsjit.input.pcap").new()
local output = require("dnsjit.output.pcap").new()
local layer = require("dnsjit.filter.layer").new()
local object = require("dnsjit.core.objects")
local log = require("dnsjit.core.log").new("extract-clients.lua")
local log = require("dnsjit.core.log").new("limit-clients.lua")
local getopt = require("dnsjit.lib.getopt").new({
{ "r", "read", "", "input file to read", "?" },
{ "w", "write", "", "output file to write", "?" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment