From b3a5a95ca5df8451ef14be222f6a547ec8d68655 Mon Sep 17 00:00:00 2001 From: timriker Date: Fri, 22 Aug 2003 17:55:33 +0000 Subject: [PATCH] helpful debug message git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@816 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/Shm.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/blootbot/src/Shm.pl b/blootbot/src/Shm.pl index ae7e842..3ecf9b9 100644 --- a/blootbot/src/Shm.pl +++ b/blootbot/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: $!"); -- 2.39.5