diff options
author | Evan Prodromou <evan@boursin.controlezvous.ca> | 2008-07-16 02:47:36 -0400 |
---|---|---|
committer | Evan Prodromou <evan@boursin.controlezvous.ca> | 2008-07-16 02:47:36 -0400 |
commit | 3d96d6f5f7ce70108cebaffdbe06956cbd6ccb99 (patch) | |
tree | 13bb10666e49161b26d383c4f04f8b3dbea68280 /lib | |
parent | c265587612231dc8b556fd9792821fb03afe9f38 (diff) |
slightly better error handling
darcs-hash:20080716064736-5a68a-b57c978702037f380e31d2d8825109821a01cef5.gz
Diffstat (limited to 'lib')
-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.'); } |