mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-07-31 21:26:23 +08: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 New Issue
Block a user