From: timriker Date: Sat, 2 Nov 2002 03:08:49 +0000 (+0000) Subject: demote del warning X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7ee76aa7246e3250a5c1bc9da620a5820a037fa4;p=infobot.git demote del warning git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@585 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/db_dbm.pl b/src/db_dbm.pl index b40e6e5..9a9126c 100644 --- a/src/db_dbm.pl +++ b/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}; }