Skip to content

Commit

Permalink
Use a log prefix that makes more sense.
Browse files Browse the repository at this point in the history
  • Loading branch information
markjcrane authored Jun 2, 2022
1 parent 3643f98 commit ad3a482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/classes/auto_loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ private function loader($class_name) {

//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
Expand Down

0 comments on commit ad3a482

Please sign in to comment.