fix bad variable, show frame length

This commit is contained in:
Evan Prodromou 2011-04-18 19:33:00 -04:00
parent 73f4762a55
commit 1619578818
1 changed files with 1 additions and 1 deletions

View File

@ -483,7 +483,7 @@ class StompQueueManager extends QueueManager
if ($message === false) {
$this->_log(LOG_ERR, "Can't unserialize frame: {$frame->body}");
$this->stats('baditem', $queue);
$this->_log(LOG_ERR, "Unserializable frame length: " . strlen($frame->body));
return false;
}