From patchwork Mon May 27 01:02:56 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: ummeegge X-Patchwork-Id: 2266 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id C472589FB9E for ; Sun, 26 May 2019 16:03:09 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 45Bjz04LTmz50145; Sun, 26 May 2019 16:03:08 +0100 (BST) Received: from ipfire-server.local (i59F4BE32.versanet.de [89.244.190.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 45Bjyx5fLTz51tbS; Sun, 26 May 2019 16:03:05 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904rsa; t=1558882985; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=nCU8d9ddK+/FYIxOSn9SmLMJZYSPAyApYQc8U+8kSNg=; b=KZniyLXO+ol4zCOWN/1F4jZOCwB4FXgBDaBeYkXH/RxMYrkEOCcgBuJAdwpW2w+e3U+Ii8 u452sWc4Vw0iTlRD/f/q/Z07eSo43lIrJ7O+5/liF1zh1nBEDKN6M+gQbxk0T19w2pZa4y VtjDyzMVluqnclVmmzW0uiC3jbEap/9OtQIeZd0DUfeJxeLNMP7+h97sSVzDsinjMgC6h0 iDuiO89gYFg/H4gT0IGtuT7i6YqKRDOHM4l8pzAFNX38VX4Jv85LMSTkDrrC5tnZKVhzmh E5JvRgP4+YGWV8bZneWEw1hKr26yJ1yFM/cjesOneZF2jlh2nT4WoNIIGdHt+g== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904ed25519; t=1558882985; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=nCU8d9ddK+/FYIxOSn9SmLMJZYSPAyApYQc8U+8kSNg=; b=hV8fuOaDdcWErLZ8KCITPaK2zjm/WgxRBZ7vbUG1MIM+/dUUMNHXG9SqwlkaVmxPB9ugiP wJxAXYPsY8i97zBQ== From: Erik Kapfer To: development@lists.ipfire.org Subject: [PATCH] tor.cgi: Disable debugging output Date: Sun, 26 May 2019 17:02:56 +0200 Message-Id: <20190526150256.19447-1-ummeegge@ipfire.org> X-Mailer: git-send-email 2.12.2 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=ummeegge smtp.mailfrom=ummeegge@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Erik Kapfer --- 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";