blob: 2374683e057e13277f916a375100a1df10be9ce9 [file] [log] [blame]
package netutilconstants
const (
// CannotFindNodeErrMsg is logged when the device is not found on the network.
CannotFindNodeErrMsg = "cannot find node"
)