From de387d926d8bca19683ff481f571e665bcd39d5c Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Mon, 28 Jan 2019 09:53:56 +0100 Subject: [PATCH] Add some spaces here and there --- pdns/common_startup.cc | 2 +- pdns/pdns_recursor.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/common_startup.cc b/pdns/common_startup.cc index 66453e4d1a..7bc6e08f79 100644 --- a/pdns/common_startup.cc +++ b/pdns/common_startup.cc @@ -150,7 +150,7 @@ void declareArguments() ::arg().set("webserver-port","Port of webserver/API to listen on")="8081"; ::arg().set("webserver-password","Password required for accessing the webserver")=""; ::arg().set("webserver-allow-from","Webserver/API access is only allowed from these subnets")="127.0.0.1,::1"; - ::arg().set("webserver-log-level","Amount of logging in the webserver (none, normal, detailed)")="normal"; + ::arg().set("webserver-log-level", "Amount of logging in the webserver (none, normal, detailed)") = "normal"; ::arg().setSwitch("do-ipv6-additional-processing", "Do AAAA additional processing")="yes"; ::arg().setSwitch("query-logging","Hint backends that queries should be logged")="no"; diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index 09a8901353..c0fcabae43 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -4196,7 +4196,7 @@ int main(int argc, char **argv) ::arg().set("webserver-port", "Port of webserver to listen on") = "8082"; ::arg().set("webserver-password", "Password required for accessing the webserver") = ""; ::arg().set("webserver-allow-from","Webserver access is only allowed from these subnets")="127.0.0.1,::1"; - ::arg().set("webserver-log-level","Amount of logging in the webserver (none, normal, detailed)")="normal"; + ::arg().set("webserver-log-level", "Amount of logging in the webserver (none, normal, detailed)") = "normal"; ::arg().set("carbon-ourname", "If set, overrides our reported hostname for carbon stats")=""; ::arg().set("carbon-server", "If set, send metrics in carbon (graphite) format to this server IP address")=""; ::arg().set("carbon-interval", "Number of seconds between carbon (graphite) updates")="30"; -- 2.39.2