mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
instance format
This commit is contained in:
parent
935639b908
commit
68d1bef236
|
@ -113,5 +113,5 @@ func SourceName(port int) string {
|
|||
if err != nil {
|
||||
return "unknown"
|
||||
}
|
||||
return fmt.Sprintf("%s_%d", hostname, port)
|
||||
return fmt.Sprintf("%s:%d", hostname, port)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue