From: timriker 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=3cd9e36613a35020dcb7353f11be22d55efc41a5;p=infobot.git don't dump binary git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1150 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/Shm.pl b/blootbot/src/Shm.pl index 3ce116c..cebe4dc 100644 --- a/blootbot/src/Shm.pl +++ b/blootbot/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: $!");