浏览代码

write error to log

Darien Raymond 7 年之前
父节点
当前提交
76a616ebff
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      functions.go

+ 1 - 1
functions.go

@@ -16,5 +16,5 @@ func CreateObject(v *Instance, config interface{}) (interface{}, error) {
 }
 
 func PrintDeprecatedFeatureWarning(feature string) {
-	newError("You are using a deprecated feature: " + feature + ". Please update your config file with latest configuration format, or update your client software.")
+	newError("You are using a deprecated feature: " + feature + ". Please update your config file with latest configuration format, or update your client software.").WriteToLog()
 }