modify hostname of ErrReason

This commit is contained in:
lixiaobing1 2020-12-22 19:27:26 +08:00
parent b959f01c5a
commit b5487d823c

View File

@ -34,7 +34,7 @@ const (
Name = "NodeName"
// ErrReason returned when node name doesn't match.
ErrReason = "node(s) didn't match the requested hostname"
ErrReason = "node(s) didn't match the requested node name"
)
// Name returns name of the plugin. It is used in logs, etc.