mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-24 08:46:54 +08:00
instance format
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user