diff options
Diffstat (limited to 'lib/jabber.php')
-rw-r--r-- | lib/jabber.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/jabber.php b/lib/jabber.php index a044f9c1b..d772cd92c 100644 --- a/lib/jabber.php +++ b/lib/jabber.php @@ -39,7 +39,7 @@ class Laconica_XMPP extends XMPPHP_XMPP { $out .= "</message>"; $cnt = strlen($out); - common_log(LOG_DEBUG, 'Sending $cnt chars to $to'); + common_log(LOG_DEBUG, "Sending $cnt chars to $to"); $this->send($out); common_log(LOG_DEBUG, 'Done.'); } |