Skip to content

Commit 1f64c12

Browse files
authored
Update mobile.go
1 parent e5c1ab6 commit 1f64c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/mobile/mobile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ func (m *Mesh) StartJSON(configjson []byte) error {
9898
if m.multicast, err = multicast.New(m.core, logger, options...); err != nil {
9999
fmt.Println("Multicast module fail:", err)
100100
} else {
101-
logger.Infof("Multicast started")
101+
logger.Infof("Multicast module started")
102102
}
103103
}
104104

0 commit comments

Comments
 (0)