mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
message MDL-24763 altered a debugging() call to have a unique message
This commit is contained in:
parent
80c83382f9
commit
a46c9a2ab4
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ function message_send($eventdata) {
|
|||
}
|
||||
}
|
||||
} else {
|
||||
debugging('Error calling message processor '.$procname);
|
||||
debugging('Error finding message processor '.$procname);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue