From: timriker Date: Fri, 22 Aug 2003 17:55:33 +0000 (+0000) Subject: helpful debug message X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9bcaf8f902859419889c68ef2b2162a9b6fd053a;p=infobot.git helpful debug message git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@816 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/Shm.pl b/src/Shm.pl index ae7e842..3ecf9b9 100644 --- a/src/Shm.pl +++ b/src/Shm.pl @@ -48,6 +48,7 @@ sub shmRead { return '' if (&IsParam("noSHM")); if (shmread($key,$retval,$position,$size)) { + &DEBUG("shmRead($key): $retval"); return $retval; } else { &ERROR("shmRead: failed: $!");