reconnect failed doesn't include a parameter in its invocation

This commit is contained in:
Craig Andrews 2010-08-18 13:37:38 -04:00
parent b699364982
commit 05712ae62b

View File

@ -204,10 +204,9 @@ class MsnManager extends ImManager {
/**
* Called by callback to log failure during connect
*
* @param void $data Not used (there to keep callback happy)
* @return void
*/
public function handle_connect_failed($data) {
public function handle_connect_failed() {
common_log(LOG_NOTICE, 'MSN connect failed, retrying');
}