diff --git a/node/config.go b/node/config.go index b36a8c013e..4d6ddf0add 100644 --- a/node/config.go +++ b/node/config.go @@ -330,7 +330,7 @@ func (c *Config) ResolvePath(path string) string { } if oldpath != "" && common.FileExist(oldpath) { if warn { - c.warnOnce(&c.oldGethResourceWarning, "Using deprecated resource file %s, please move this file to the 'geth' subdirectory of datadir.", oldpath) + c.warnOnce(&c.oldGethResourceWarning, "Using deprecated resource file %s, please move this file to the 'platon' subdirectory of datadir.", oldpath) } return oldpath }