Skip to content

Commit

Permalink
添加类型
Browse files Browse the repository at this point in the history
  • Loading branch information
gudegg committed Dec 11, 2016
1 parent 58e7d8f commit 1ee2013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spider.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var cfg *goconfig.ConfigFile
func init() {
cfg, ConfError = goconfig.LoadConfigFile("config.ini")
if ConfError != nil {
panic("配置文件不存在")
panic("配置文件config.ini不存在,请将配置文件复制到运行目录下")
}
logLevel, ConfError = cfg.GetValue("Log", "logLevel")
if ConfError != nil {
Expand Down

0 comments on commit 1ee2013

Please sign in to comment.