misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
Simone Margaritelli 2024-09-22 13:23:30 +02:00
commit 5652d15426
6 changed files with 177 additions and 14 deletions

View file

@ -126,6 +126,10 @@ func NewZeroGod(s *session.Session) *ZeroGod {
"",
"If an IPP acceptor is started, this setting defines where to save documents received for printing."))
mod.AddParam(session.NewBoolParameter("zerogod.verbose",
"false",
"Log every mDNS query."))
return mod
}