From c0f41babe5cc22cb3fdd74b5fb34cf13c67e42b3 Mon Sep 17 00:00:00 2001 From: timriker Date: Sat, 2 Nov 2002 03:08:49 +0000 Subject: [PATCH] demote del warning git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@585 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/db_dbm.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blootbot/src/db_dbm.pl b/blootbot/src/db_dbm.pl index b40e6e5..9a9126c 100644 --- a/blootbot/src/db_dbm.pl +++ b/blootbot/src/db_dbm.pl @@ -259,7 +259,7 @@ sub dbDel { &DEBUG("dbDel($table, $primkey, $primval);"); if (!defined ${$table}{lc $primval}) { - &WARN("dbDel: lc $primval does not exist in $table."); + &DEBUG("dbDel: lc $primval does not exist in $table."); } else { delete ${$table}{lc $primval}; } -- 2.39.5