reconnect failed doesn't include a parameter in its invocation
This commit is contained in:
parent
b699364982
commit
05712ae62b
@ -204,10 +204,9 @@ class MsnManager extends ImManager {
|
|||||||
/**
|
/**
|
||||||
* Called by callback to log failure during connect
|
* Called by callback to log failure during connect
|
||||||
*
|
*
|
||||||
* @param void $data Not used (there to keep callback happy)
|
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function handle_connect_failed($data) {
|
public function handle_connect_failed() {
|
||||||
common_log(LOG_NOTICE, 'MSN connect failed, retrying');
|
common_log(LOG_NOTICE, 'MSN connect failed, retrying');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user