From: wessels <> Date: Fri, 31 Oct 1997 01:37:08 +0000 (+0000) Subject: don't need to set _db_level for _db_print any more. X-Git-Tag: SQUID_3_0_PRE1~4614 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb60c6b98159d8546b43f900bb707d0eae3c0f88;p=thirdparty%2Fsquid.git don't need to set _db_level for _db_print any more. --- diff --git a/src/tools.cc b/src/tools.cc index 6867da0cb9..816a38f0ac 100644 --- a/src/tools.cc +++ b/src/tools.cc @@ -1,6 +1,6 @@ /* - * $Id: tools.cc,v 1.127 1997/10/26 02:35:40 wessels Exp $ + * $Id: tools.cc,v 1.128 1997/10/30 18:37:08 wessels Exp $ * * DEBUG: section 21 Misc Functions * AUTHOR: Harvest Derived @@ -430,7 +430,6 @@ debug_trap(const char *message) { if (!opt_catch_signals) fatal_dump(message); - _db_level = 0; _db_print("WARNING: %s\n", message); }