]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Shm.pl
helpful debug message
[infobot.git] / src / Shm.pl
index ae7e84283317b71b658b5c2d7e10d31e6f5acfbe..3ecf9b930aabbe4403b45240cf112df158d2d841 100644 (file)
@@ -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: $!");