mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Use a log prefix that makes more sense.
This commit is contained in:
@@ -39,7 +39,7 @@ class auto_loader {
|
||||
|
||||
//save the log to the syslog server
|
||||
if ($_REQUEST['debug'] == 'true') {
|
||||
openlog("XML CDR", LOG_PID | LOG_PERROR, LOG_LOCAL0);
|
||||
openlog("PHP", LOG_PID | LOG_PERROR, LOG_LOCAL0);
|
||||
}
|
||||
|
||||
//find the most relevant class name
|
||||
|
||||
Reference in New Issue
Block a user