* [PATCH] tor.cgi: Disable debugging output
@ 2019-05-26 15:02 Erik Kapfer
2019-05-26 16:17 ` Michael Tremer
0 siblings, 1 reply; 3+ messages in thread
From: Erik Kapfer @ 2019-05-26 15:02 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 601 bytes --]
Signed-off-by: Erik Kapfer <ummeegge(a)ipfire.org>
---
html/cgi-bin/tor.cgi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/html/cgi-bin/tor.cgi b/html/cgi-bin/tor.cgi
index 71da66666..d31eb1086 100644
--- a/html/cgi-bin/tor.cgi
+++ b/html/cgi-bin/tor.cgi
@@ -23,8 +23,8 @@ use strict;
use Locale::Codes::Country;
# enable only the following on debugging purpose
-use warnings;
-use CGI::Carp 'fatalsToBrowser';
+#use warnings;
+#use CGI::Carp 'fatalsToBrowser';
require '/var/ipfire/general-functions.pl';
require "${General::swroot}/geoip-functions.pl";
--
2.12.2
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] tor.cgi: Disable debugging output
2019-05-26 15:02 [PATCH] tor.cgi: Disable debugging output Erik Kapfer
@ 2019-05-26 16:17 ` Michael Tremer
2019-05-26 16:25 ` ummeegge
0 siblings, 1 reply; 3+ messages in thread
From: Michael Tremer @ 2019-05-26 16:17 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 756 bytes --]
Cool. Does that silence all the messages?
> On 26 May 2019, at 16:02, Erik Kapfer <ummeegge(a)ipfire.org> wrote:
>
> Signed-off-by: Erik Kapfer <ummeegge(a)ipfire.org>
> ---
> html/cgi-bin/tor.cgi | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/html/cgi-bin/tor.cgi b/html/cgi-bin/tor.cgi
> index 71da66666..d31eb1086 100644
> --- a/html/cgi-bin/tor.cgi
> +++ b/html/cgi-bin/tor.cgi
> @@ -23,8 +23,8 @@ use strict;
> use Locale::Codes::Country;
>
> # enable only the following on debugging purpose
> -use warnings;
> -use CGI::Carp 'fatalsToBrowser';
> +#use warnings;
> +#use CGI::Carp 'fatalsToBrowser';
>
> require '/var/ipfire/general-functions.pl';
> require "${General::swroot}/geoip-functions.pl";
> --
> 2.12.2
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] tor.cgi: Disable debugging output
2019-05-26 16:17 ` Michael Tremer
@ 2019-05-26 16:25 ` ummeegge
0 siblings, 0 replies; 3+ messages in thread
From: ummeegge @ 2019-05-26 16:25 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 886 bytes --]
Hi Michael,
On So, 2019-05-26 at 17:17 +0100, Michael Tremer wrote:
> Cool. Does that silence all the messages?
Yes.
>
> > On 26 May 2019, at 16:02, Erik Kapfer <ummeegge(a)ipfire.org> wrote:
> >
> > Signed-off-by: Erik Kapfer <ummeegge(a)ipfire.org>
> > ---
> > html/cgi-bin/tor.cgi | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/html/cgi-bin/tor.cgi b/html/cgi-bin/tor.cgi
> > index 71da66666..d31eb1086 100644
> > --- a/html/cgi-bin/tor.cgi
> > +++ b/html/cgi-bin/tor.cgi
> > @@ -23,8 +23,8 @@ use strict;
> > use Locale::Codes::Country;
> >
> > # enable only the following on debugging purpose
> > -use warnings;
> > -use CGI::Carp 'fatalsToBrowser';
> > +#use warnings;
> > +#use CGI::Carp 'fatalsToBrowser';
> >
> > require '/var/ipfire/general-functions.pl';
> > require "${General::swroot}/geoip-functions.pl";
> > --
> > 2.12.2
> >
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-05-26 16:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-26 15:02 [PATCH] tor.cgi: Disable debugging output Erik Kapfer
2019-05-26 16:17 ` Michael Tremer
2019-05-26 16:25 ` ummeegge
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox