Use a log prefix that makes more sense.
This commit is contained in:
parent
3643f98d62
commit
ad3a4825a1
|
|
@ -39,7 +39,7 @@ class auto_loader {
|
||||||
|
|
||||||
//save the log to the syslog server
|
//save the log to the syslog server
|
||||||
if ($_REQUEST['debug'] == 'true') {
|
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
|
//find the most relevant class name
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue