mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-05 14:13:30 +03:00
Fix: log correctly path
This commit is contained in:
parent
53528f8275
commit
662038e40e
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ func readConfig(path string) (*rawConfig, error) {
|
|||
}
|
||||
|
||||
if len(data) == 0 {
|
||||
return nil, fmt.Errorf("Configuration file %s is empty", C.Path.Config())
|
||||
return nil, fmt.Errorf("Configuration file %s is empty", path)
|
||||
}
|
||||
|
||||
// config with some default value
|
||||
|
|
Loading…
Add table
Reference in a new issue