From: timriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5> Date: Fri, 18 Feb 2005 08:19:00 +0000 (+0000) Subject: don't dump binary X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8b16cfc381d21ccbd1d2f3f6e25a09c409718980;p=infobot.git don't dump binary git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1150 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/Shm.pl b/src/Shm.pl index 3ce116c..cebe4dc 100644 --- a/src/Shm.pl +++ b/src/Shm.pl @@ -48,7 +48,7 @@ sub shmRead { return '' if (&IsParam("noSHM")); if (shmread($key,$retval,$position,$size)) { - &DEBUG("shmRead($key): $retval"); + #&DEBUG("shmRead($key): $retval"); return $retval; } else { &ERROR("shmRead: failed: $!");