Skip to content

Commit

Permalink
monitor message formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsom committed Feb 19, 2014
1 parent d3d0fd0 commit de6920a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Amfphp/Plugins/AmfphpMonitor/AmfphpMonitor.php
Expand Up @@ -172,7 +172,7 @@ public function filterDeserializedRequest($deserializedRequest) {
}else if ($messageType == AmfphpFlexMessaging::FLEX_TYPE_REMOTING_MESSAGE) {
$this->uri .= $flexMessage->source . '.' . $flexMessage->operation;
}else{
$this->uri .= "Unrecognized Flex Message";
$this->uri .= 'Flex ' . $messageType;
}
}else{
$this->uri .= $message->targetUri;
Expand Down

0 comments on commit de6920a

Please sign in to comment.