CC-3658: DJ assigned to the Show can't switch/kick streams

- fixed
This commit is contained in:
James 2012-04-16 17:29:02 -04:00
parent 2f4861db26
commit c08800468f
2 changed files with 2 additions and 3 deletions

View file

@ -18,7 +18,7 @@ class Logging {
}
public static function toString($p_msg){
if (is_array($p_msg)){
if (is_array($p_msg) || is_object($p_msg)){
return print_r($p_msg, true);
} else {
return $p_msg;