Browse Source

Use a log prefix that makes more sense.

FusionPBX 3 years ago
parent
commit
a45121ebdb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/classes/auto_loader.php

+ 1 - 1
resources/classes/auto_loader.php

@@ -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