浏览代码

Use a log prefix that makes more sense.

FusionPBX 3 年之前
父节点
当前提交
a45121ebdb
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 		//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