added name thing idk
This commit is contained in:
parent
8d121d8dbd
commit
f893d23040
|
@ -109,7 +109,7 @@ func (t *Transfer) SetStatus(s Status) {
|
||||||
func (t *Transfer) SendMessage(v string) {
|
func (t *Transfer) SendMessage(v string) {
|
||||||
t.Server.Events().Publish(
|
t.Server.Events().Publish(
|
||||||
server.TransferLogsEvent,
|
server.TransferLogsEvent,
|
||||||
colorstring.Color("[yellow][bold]"+time.Now().Format(time.RFC1123)+" [Transfer System] [Source Node]:[default] "+v),
|
colorstring.Color("[yellow][bold]"+time.Now().Format(time.RFC1123)+" [Slave to Slave Transfer System] [Source Slave Node]:[default] "+v),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user