1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-29 05:25:21 -05:00

refine error messages

This commit is contained in:
Darien Raymond
2017-02-02 14:42:31 +01:00
parent 8afdbbfc9f
commit d3d2fab1d9
18 changed files with 128 additions and 167 deletions

View File

@@ -85,7 +85,7 @@ func IPAddress(ip []byte) Address {
}
return addr
default:
log.Error("Invalid IP format: ", ip)
log.Error("Net: Invalid IP format: ", ip)
return nil
}
}